@progress/kendo-angular-dateinputs 7.1.0-dev.202206241459 → 7.1.0-dev.202207271219
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:
|
|
12
|
+
publishDate: 1658923995,
|
|
13
13
|
version: '',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
15
15
|
};
|
|
@@ -405,7 +405,7 @@ TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
405
405
|
#now
|
|
406
406
|
*ngIf="showNowButton"
|
|
407
407
|
type="button"
|
|
408
|
-
class="k-button k-button-md k-rounded-md k-button-flat k-button-flat-
|
|
408
|
+
class="k-button k-button-md k-rounded-md k-button-flat k-button-flat-primary k-time-now"
|
|
409
409
|
[attr.title]="localization.get('nowLabel')"
|
|
410
410
|
[attr.aria-label]="localization.get('nowLabel')"
|
|
411
411
|
[kendoEventsOutsideAngular]="{
|
|
@@ -447,7 +447,7 @@ TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
447
447
|
</div>
|
|
448
448
|
</ng-template>
|
|
449
449
|
</div>
|
|
450
|
-
<div class="k-time-footer k-action-buttons k-actions k-
|
|
450
|
+
<div class="k-time-footer k-action-buttons k-actions k-actions-stretched" *ngIf="setButton || cancelButton">
|
|
451
451
|
<button
|
|
452
452
|
#cancel
|
|
453
453
|
*ngIf="cancelButton"
|
|
@@ -522,7 +522,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
522
522
|
#now
|
|
523
523
|
*ngIf="showNowButton"
|
|
524
524
|
type="button"
|
|
525
|
-
class="k-button k-button-md k-rounded-md k-button-flat k-button-flat-
|
|
525
|
+
class="k-button k-button-md k-rounded-md k-button-flat k-button-flat-primary k-time-now"
|
|
526
526
|
[attr.title]="localization.get('nowLabel')"
|
|
527
527
|
[attr.aria-label]="localization.get('nowLabel')"
|
|
528
528
|
[kendoEventsOutsideAngular]="{
|
|
@@ -564,7 +564,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
564
564
|
</div>
|
|
565
565
|
</ng-template>
|
|
566
566
|
</div>
|
|
567
|
-
<div class="k-time-footer k-action-buttons k-actions k-
|
|
567
|
+
<div class="k-time-footer k-action-buttons k-actions k-actions-stretched" *ngIf="setButton || cancelButton">
|
|
568
568
|
<button
|
|
569
569
|
#cancel
|
|
570
570
|
*ngIf="cancelButton"
|
|
@@ -28,7 +28,7 @@ const packageMetadata = {
|
|
|
28
28
|
name: '@progress/kendo-angular-dateinputs',
|
|
29
29
|
productName: 'Kendo UI for Angular',
|
|
30
30
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
31
|
-
publishDate:
|
|
31
|
+
publishDate: 1658923995,
|
|
32
32
|
version: '',
|
|
33
33
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
34
34
|
};
|
|
@@ -10935,7 +10935,7 @@ TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
10935
10935
|
#now
|
|
10936
10936
|
*ngIf="showNowButton"
|
|
10937
10937
|
type="button"
|
|
10938
|
-
class="k-button k-button-md k-rounded-md k-button-flat k-button-flat-
|
|
10938
|
+
class="k-button k-button-md k-rounded-md k-button-flat k-button-flat-primary k-time-now"
|
|
10939
10939
|
[attr.title]="localization.get('nowLabel')"
|
|
10940
10940
|
[attr.aria-label]="localization.get('nowLabel')"
|
|
10941
10941
|
[kendoEventsOutsideAngular]="{
|
|
@@ -10977,7 +10977,7 @@ TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
10977
10977
|
</div>
|
|
10978
10978
|
</ng-template>
|
|
10979
10979
|
</div>
|
|
10980
|
-
<div class="k-time-footer k-action-buttons k-actions k-
|
|
10980
|
+
<div class="k-time-footer k-action-buttons k-actions k-actions-stretched" *ngIf="setButton || cancelButton">
|
|
10981
10981
|
<button
|
|
10982
10982
|
#cancel
|
|
10983
10983
|
*ngIf="cancelButton"
|
|
@@ -11052,7 +11052,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
11052
11052
|
#now
|
|
11053
11053
|
*ngIf="showNowButton"
|
|
11054
11054
|
type="button"
|
|
11055
|
-
class="k-button k-button-md k-rounded-md k-button-flat k-button-flat-
|
|
11055
|
+
class="k-button k-button-md k-rounded-md k-button-flat k-button-flat-primary k-time-now"
|
|
11056
11056
|
[attr.title]="localization.get('nowLabel')"
|
|
11057
11057
|
[attr.aria-label]="localization.get('nowLabel')"
|
|
11058
11058
|
[kendoEventsOutsideAngular]="{
|
|
@@ -11094,7 +11094,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
11094
11094
|
</div>
|
|
11095
11095
|
</ng-template>
|
|
11096
11096
|
</div>
|
|
11097
|
-
<div class="k-time-footer k-action-buttons k-actions k-
|
|
11097
|
+
<div class="k-time-footer k-action-buttons k-actions k-actions-stretched" *ngIf="setButton || cancelButton">
|
|
11098
11098
|
<button
|
|
11099
11099
|
#cancel
|
|
11100
11100
|
*ngIf="cancelButton"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dateinputs",
|
|
3
|
-
"version": "7.1.0-dev.
|
|
3
|
+
"version": "7.1.0-dev.202207271219",
|
|
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",
|