@progress/kendo-angular-dateinputs 14.0.0-develop.10 → 14.0.0-develop.11
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/datepicker/datepicker.component.mjs +2 -0
- package/esm2020/daterange/date-range-popup.component.mjs +6 -0
- package/esm2020/datetimepicker/datetimepicker.component.mjs +6 -0
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/timepicker/timepicker.component.mjs +6 -0
- package/fesm2015/progress-kendo-angular-dateinputs.mjs +22 -2
- package/fesm2020/progress-kendo-angular-dateinputs.mjs +22 -2
- package/package.json +11 -11
|
@@ -1185,6 +1185,7 @@ DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
1185
1185
|
<div class="k-actionsheet-actions">
|
|
1186
1186
|
<button
|
|
1187
1187
|
kendoButton
|
|
1188
|
+
type="button"
|
|
1188
1189
|
icon="x"
|
|
1189
1190
|
[attr.title]="localization.get('clearTitle')"
|
|
1190
1191
|
[svgIcon]="xIcon"
|
|
@@ -1360,6 +1361,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1360
1361
|
<div class="k-actionsheet-actions">
|
|
1361
1362
|
<button
|
|
1362
1363
|
kendoButton
|
|
1364
|
+
type="button"
|
|
1363
1365
|
icon="x"
|
|
1364
1366
|
[attr.title]="localization.get('clearTitle')"
|
|
1365
1367
|
[svgIcon]="xIcon"
|
|
@@ -520,6 +520,7 @@ DateRangePopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
520
520
|
<div class="k-actionsheet-actions">
|
|
521
521
|
<button
|
|
522
522
|
kendoButton
|
|
523
|
+
type="button"
|
|
523
524
|
icon="x"
|
|
524
525
|
[attr.title]="localization.get('clearTitle')"
|
|
525
526
|
[svgIcon]="xIcon"
|
|
@@ -545,6 +546,7 @@ DateRangePopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
545
546
|
</div>
|
|
546
547
|
<div class="k-actions k-actions-stretched k-actions-horizontal k-actionsheet-footer">
|
|
547
548
|
<button kendoButton
|
|
549
|
+
type="button"
|
|
548
550
|
size="large"
|
|
549
551
|
[attr.title]="localization.get('cancelLabel')"
|
|
550
552
|
[attr.aria-label]="localization.get('cancelLabel')"
|
|
@@ -554,6 +556,7 @@ DateRangePopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
554
556
|
</button>
|
|
555
557
|
|
|
556
558
|
<button kendoButton
|
|
559
|
+
type="button"
|
|
557
560
|
size="large"
|
|
558
561
|
themeColor="primary"
|
|
559
562
|
[attr.title]="localization.get('acceptLabel')"
|
|
@@ -617,6 +620,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
617
620
|
<div class="k-actionsheet-actions">
|
|
618
621
|
<button
|
|
619
622
|
kendoButton
|
|
623
|
+
type="button"
|
|
620
624
|
icon="x"
|
|
621
625
|
[attr.title]="localization.get('clearTitle')"
|
|
622
626
|
[svgIcon]="xIcon"
|
|
@@ -642,6 +646,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
642
646
|
</div>
|
|
643
647
|
<div class="k-actions k-actions-stretched k-actions-horizontal k-actionsheet-footer">
|
|
644
648
|
<button kendoButton
|
|
649
|
+
type="button"
|
|
645
650
|
size="large"
|
|
646
651
|
[attr.title]="localization.get('cancelLabel')"
|
|
647
652
|
[attr.aria-label]="localization.get('cancelLabel')"
|
|
@@ -651,6 +656,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
651
656
|
</button>
|
|
652
657
|
|
|
653
658
|
<button kendoButton
|
|
659
|
+
type="button"
|
|
654
660
|
size="large"
|
|
655
661
|
themeColor="primary"
|
|
656
662
|
[attr.title]="localization.get('acceptLabel')"
|
|
@@ -1427,6 +1427,7 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
1427
1427
|
<div class="k-actionsheet-actions">
|
|
1428
1428
|
<button
|
|
1429
1429
|
kendoButton
|
|
1430
|
+
type="button"
|
|
1430
1431
|
icon="x"
|
|
1431
1432
|
[attr.title]="localization.get('clearTitle')"
|
|
1432
1433
|
[svgIcon]="xIcon"
|
|
@@ -1445,6 +1446,7 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
1445
1446
|
</div>
|
|
1446
1447
|
<div class="k-actions k-actions-stretched k-actions-horizontal k-actionsheet-footer">
|
|
1447
1448
|
<button kendoButton
|
|
1449
|
+
type="button"
|
|
1448
1450
|
(click)="handleCancel()"
|
|
1449
1451
|
size="large"
|
|
1450
1452
|
[attr.title]="localization.get('cancelLabel')"
|
|
@@ -1454,6 +1456,7 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
1454
1456
|
</button>
|
|
1455
1457
|
|
|
1456
1458
|
<button kendoButton
|
|
1459
|
+
type="button"
|
|
1457
1460
|
(click)="handleAccept()"
|
|
1458
1461
|
size="large"
|
|
1459
1462
|
themeColor="primary"
|
|
@@ -1801,6 +1804,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1801
1804
|
<div class="k-actionsheet-actions">
|
|
1802
1805
|
<button
|
|
1803
1806
|
kendoButton
|
|
1807
|
+
type="button"
|
|
1804
1808
|
icon="x"
|
|
1805
1809
|
[attr.title]="localization.get('clearTitle')"
|
|
1806
1810
|
[svgIcon]="xIcon"
|
|
@@ -1819,6 +1823,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1819
1823
|
</div>
|
|
1820
1824
|
<div class="k-actions k-actions-stretched k-actions-horizontal k-actionsheet-footer">
|
|
1821
1825
|
<button kendoButton
|
|
1826
|
+
type="button"
|
|
1822
1827
|
(click)="handleCancel()"
|
|
1823
1828
|
size="large"
|
|
1824
1829
|
[attr.title]="localization.get('cancelLabel')"
|
|
@@ -1828,6 +1833,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1828
1833
|
</button>
|
|
1829
1834
|
|
|
1830
1835
|
<button kendoButton
|
|
1836
|
+
type="button"
|
|
1831
1837
|
(click)="handleAccept()"
|
|
1832
1838
|
size="large"
|
|
1833
1839
|
themeColor="primary"
|
|
@@ -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: '14.0.0-develop.
|
|
12
|
+
publishDate: 1696927432,
|
|
13
|
+
version: '14.0.0-develop.11',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -1110,6 +1110,7 @@ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
1110
1110
|
<div class="k-actionsheet-actions">
|
|
1111
1111
|
<button
|
|
1112
1112
|
kendoButton
|
|
1113
|
+
type="button"
|
|
1113
1114
|
icon="x"
|
|
1114
1115
|
[attr.title]="localization.get('clearTitle')"
|
|
1115
1116
|
[svgIcon]="xIcon"
|
|
@@ -1128,6 +1129,7 @@ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
1128
1129
|
</div>
|
|
1129
1130
|
<div class="k-actions k-actions-stretched k-actions-horizontal k-actionsheet-footer">
|
|
1130
1131
|
<button kendoButton
|
|
1132
|
+
type="button"
|
|
1131
1133
|
(click)="handleReject()"
|
|
1132
1134
|
size="large"
|
|
1133
1135
|
[attr.title]="localization.get('cancelLabel')"
|
|
@@ -1137,6 +1139,7 @@ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
1137
1139
|
</button>
|
|
1138
1140
|
|
|
1139
1141
|
<button kendoButton
|
|
1142
|
+
type="button"
|
|
1140
1143
|
(click)="handleActionSheetAccept()"
|
|
1141
1144
|
size="large"
|
|
1142
1145
|
themeColor="primary"
|
|
@@ -1318,6 +1321,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1318
1321
|
<div class="k-actionsheet-actions">
|
|
1319
1322
|
<button
|
|
1320
1323
|
kendoButton
|
|
1324
|
+
type="button"
|
|
1321
1325
|
icon="x"
|
|
1322
1326
|
[attr.title]="localization.get('clearTitle')"
|
|
1323
1327
|
[svgIcon]="xIcon"
|
|
@@ -1336,6 +1340,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1336
1340
|
</div>
|
|
1337
1341
|
<div class="k-actions k-actions-stretched k-actions-horizontal k-actionsheet-footer">
|
|
1338
1342
|
<button kendoButton
|
|
1343
|
+
type="button"
|
|
1339
1344
|
(click)="handleReject()"
|
|
1340
1345
|
size="large"
|
|
1341
1346
|
[attr.title]="localization.get('cancelLabel')"
|
|
@@ -1345,6 +1350,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1345
1350
|
</button>
|
|
1346
1351
|
|
|
1347
1352
|
<button kendoButton
|
|
1353
|
+
type="button"
|
|
1348
1354
|
(click)="handleActionSheetAccept()"
|
|
1349
1355
|
size="large"
|
|
1350
1356
|
themeColor="primary"
|
|
@@ -37,8 +37,8 @@ const packageMetadata = {
|
|
|
37
37
|
name: '@progress/kendo-angular-dateinputs',
|
|
38
38
|
productName: 'Kendo UI for Angular',
|
|
39
39
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
40
|
-
publishDate:
|
|
41
|
-
version: '14.0.0-develop.
|
|
40
|
+
publishDate: 1696927432,
|
|
41
|
+
version: '14.0.0-develop.11',
|
|
42
42
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
43
43
|
};
|
|
44
44
|
|
|
@@ -9389,6 +9389,7 @@ DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
9389
9389
|
<div class="k-actionsheet-actions">
|
|
9390
9390
|
<button
|
|
9391
9391
|
kendoButton
|
|
9392
|
+
type="button"
|
|
9392
9393
|
icon="x"
|
|
9393
9394
|
[attr.title]="localization.get('clearTitle')"
|
|
9394
9395
|
[svgIcon]="xIcon"
|
|
@@ -9564,6 +9565,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
9564
9565
|
<div class="k-actionsheet-actions">
|
|
9565
9566
|
<button
|
|
9566
9567
|
kendoButton
|
|
9568
|
+
type="button"
|
|
9567
9569
|
icon="x"
|
|
9568
9570
|
[attr.title]="localization.get('clearTitle')"
|
|
9569
9571
|
[svgIcon]="xIcon"
|
|
@@ -12726,6 +12728,7 @@ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
12726
12728
|
<div class="k-actionsheet-actions">
|
|
12727
12729
|
<button
|
|
12728
12730
|
kendoButton
|
|
12731
|
+
type="button"
|
|
12729
12732
|
icon="x"
|
|
12730
12733
|
[attr.title]="localization.get('clearTitle')"
|
|
12731
12734
|
[svgIcon]="xIcon"
|
|
@@ -12744,6 +12747,7 @@ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
12744
12747
|
</div>
|
|
12745
12748
|
<div class="k-actions k-actions-stretched k-actions-horizontal k-actionsheet-footer">
|
|
12746
12749
|
<button kendoButton
|
|
12750
|
+
type="button"
|
|
12747
12751
|
(click)="handleReject()"
|
|
12748
12752
|
size="large"
|
|
12749
12753
|
[attr.title]="localization.get('cancelLabel')"
|
|
@@ -12753,6 +12757,7 @@ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
12753
12757
|
</button>
|
|
12754
12758
|
|
|
12755
12759
|
<button kendoButton
|
|
12760
|
+
type="button"
|
|
12756
12761
|
(click)="handleActionSheetAccept()"
|
|
12757
12762
|
size="large"
|
|
12758
12763
|
themeColor="primary"
|
|
@@ -12934,6 +12939,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
12934
12939
|
<div class="k-actionsheet-actions">
|
|
12935
12940
|
<button
|
|
12936
12941
|
kendoButton
|
|
12942
|
+
type="button"
|
|
12937
12943
|
icon="x"
|
|
12938
12944
|
[attr.title]="localization.get('clearTitle')"
|
|
12939
12945
|
[svgIcon]="xIcon"
|
|
@@ -12952,6 +12958,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
12952
12958
|
</div>
|
|
12953
12959
|
<div class="k-actions k-actions-stretched k-actions-horizontal k-actionsheet-footer">
|
|
12954
12960
|
<button kendoButton
|
|
12961
|
+
type="button"
|
|
12955
12962
|
(click)="handleReject()"
|
|
12956
12963
|
size="large"
|
|
12957
12964
|
[attr.title]="localization.get('cancelLabel')"
|
|
@@ -12961,6 +12968,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
12961
12968
|
</button>
|
|
12962
12969
|
|
|
12963
12970
|
<button kendoButton
|
|
12971
|
+
type="button"
|
|
12964
12972
|
(click)="handleActionSheetAccept()"
|
|
12965
12973
|
size="large"
|
|
12966
12974
|
themeColor="primary"
|
|
@@ -14583,6 +14591,7 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
14583
14591
|
<div class="k-actionsheet-actions">
|
|
14584
14592
|
<button
|
|
14585
14593
|
kendoButton
|
|
14594
|
+
type="button"
|
|
14586
14595
|
icon="x"
|
|
14587
14596
|
[attr.title]="localization.get('clearTitle')"
|
|
14588
14597
|
[svgIcon]="xIcon"
|
|
@@ -14601,6 +14610,7 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
14601
14610
|
</div>
|
|
14602
14611
|
<div class="k-actions k-actions-stretched k-actions-horizontal k-actionsheet-footer">
|
|
14603
14612
|
<button kendoButton
|
|
14613
|
+
type="button"
|
|
14604
14614
|
(click)="handleCancel()"
|
|
14605
14615
|
size="large"
|
|
14606
14616
|
[attr.title]="localization.get('cancelLabel')"
|
|
@@ -14610,6 +14620,7 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
14610
14620
|
</button>
|
|
14611
14621
|
|
|
14612
14622
|
<button kendoButton
|
|
14623
|
+
type="button"
|
|
14613
14624
|
(click)="handleAccept()"
|
|
14614
14625
|
size="large"
|
|
14615
14626
|
themeColor="primary"
|
|
@@ -14957,6 +14968,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
14957
14968
|
<div class="k-actionsheet-actions">
|
|
14958
14969
|
<button
|
|
14959
14970
|
kendoButton
|
|
14971
|
+
type="button"
|
|
14960
14972
|
icon="x"
|
|
14961
14973
|
[attr.title]="localization.get('clearTitle')"
|
|
14962
14974
|
[svgIcon]="xIcon"
|
|
@@ -14975,6 +14987,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
14975
14987
|
</div>
|
|
14976
14988
|
<div class="k-actions k-actions-stretched k-actions-horizontal k-actionsheet-footer">
|
|
14977
14989
|
<button kendoButton
|
|
14990
|
+
type="button"
|
|
14978
14991
|
(click)="handleCancel()"
|
|
14979
14992
|
size="large"
|
|
14980
14993
|
[attr.title]="localization.get('cancelLabel')"
|
|
@@ -14984,6 +14997,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
14984
14997
|
</button>
|
|
14985
14998
|
|
|
14986
14999
|
<button kendoButton
|
|
15000
|
+
type="button"
|
|
14987
15001
|
(click)="handleAccept()"
|
|
14988
15002
|
size="large"
|
|
14989
15003
|
themeColor="primary"
|
|
@@ -16279,6 +16293,7 @@ DateRangePopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
16279
16293
|
<div class="k-actionsheet-actions">
|
|
16280
16294
|
<button
|
|
16281
16295
|
kendoButton
|
|
16296
|
+
type="button"
|
|
16282
16297
|
icon="x"
|
|
16283
16298
|
[attr.title]="localization.get('clearTitle')"
|
|
16284
16299
|
[svgIcon]="xIcon"
|
|
@@ -16304,6 +16319,7 @@ DateRangePopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
16304
16319
|
</div>
|
|
16305
16320
|
<div class="k-actions k-actions-stretched k-actions-horizontal k-actionsheet-footer">
|
|
16306
16321
|
<button kendoButton
|
|
16322
|
+
type="button"
|
|
16307
16323
|
size="large"
|
|
16308
16324
|
[attr.title]="localization.get('cancelLabel')"
|
|
16309
16325
|
[attr.aria-label]="localization.get('cancelLabel')"
|
|
@@ -16313,6 +16329,7 @@ DateRangePopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
16313
16329
|
</button>
|
|
16314
16330
|
|
|
16315
16331
|
<button kendoButton
|
|
16332
|
+
type="button"
|
|
16316
16333
|
size="large"
|
|
16317
16334
|
themeColor="primary"
|
|
16318
16335
|
[attr.title]="localization.get('acceptLabel')"
|
|
@@ -16376,6 +16393,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
16376
16393
|
<div class="k-actionsheet-actions">
|
|
16377
16394
|
<button
|
|
16378
16395
|
kendoButton
|
|
16396
|
+
type="button"
|
|
16379
16397
|
icon="x"
|
|
16380
16398
|
[attr.title]="localization.get('clearTitle')"
|
|
16381
16399
|
[svgIcon]="xIcon"
|
|
@@ -16401,6 +16419,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
16401
16419
|
</div>
|
|
16402
16420
|
<div class="k-actions k-actions-stretched k-actions-horizontal k-actionsheet-footer">
|
|
16403
16421
|
<button kendoButton
|
|
16422
|
+
type="button"
|
|
16404
16423
|
size="large"
|
|
16405
16424
|
[attr.title]="localization.get('cancelLabel')"
|
|
16406
16425
|
[attr.aria-label]="localization.get('cancelLabel')"
|
|
@@ -16410,6 +16429,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
16410
16429
|
</button>
|
|
16411
16430
|
|
|
16412
16431
|
<button kendoButton
|
|
16432
|
+
type="button"
|
|
16413
16433
|
size="large"
|
|
16414
16434
|
themeColor="primary"
|
|
16415
16435
|
[attr.title]="localization.get('acceptLabel')"
|
|
@@ -37,8 +37,8 @@ const packageMetadata = {
|
|
|
37
37
|
name: '@progress/kendo-angular-dateinputs',
|
|
38
38
|
productName: 'Kendo UI for Angular',
|
|
39
39
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
40
|
-
publishDate:
|
|
41
|
-
version: '14.0.0-develop.
|
|
40
|
+
publishDate: 1696927432,
|
|
41
|
+
version: '14.0.0-develop.11',
|
|
42
42
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
43
43
|
};
|
|
44
44
|
|
|
@@ -9376,6 +9376,7 @@ DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
9376
9376
|
<div class="k-actionsheet-actions">
|
|
9377
9377
|
<button
|
|
9378
9378
|
kendoButton
|
|
9379
|
+
type="button"
|
|
9379
9380
|
icon="x"
|
|
9380
9381
|
[attr.title]="localization.get('clearTitle')"
|
|
9381
9382
|
[svgIcon]="xIcon"
|
|
@@ -9551,6 +9552,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
9551
9552
|
<div class="k-actionsheet-actions">
|
|
9552
9553
|
<button
|
|
9553
9554
|
kendoButton
|
|
9555
|
+
type="button"
|
|
9554
9556
|
icon="x"
|
|
9555
9557
|
[attr.title]="localization.get('clearTitle')"
|
|
9556
9558
|
[svgIcon]="xIcon"
|
|
@@ -12704,6 +12706,7 @@ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
12704
12706
|
<div class="k-actionsheet-actions">
|
|
12705
12707
|
<button
|
|
12706
12708
|
kendoButton
|
|
12709
|
+
type="button"
|
|
12707
12710
|
icon="x"
|
|
12708
12711
|
[attr.title]="localization.get('clearTitle')"
|
|
12709
12712
|
[svgIcon]="xIcon"
|
|
@@ -12722,6 +12725,7 @@ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
12722
12725
|
</div>
|
|
12723
12726
|
<div class="k-actions k-actions-stretched k-actions-horizontal k-actionsheet-footer">
|
|
12724
12727
|
<button kendoButton
|
|
12728
|
+
type="button"
|
|
12725
12729
|
(click)="handleReject()"
|
|
12726
12730
|
size="large"
|
|
12727
12731
|
[attr.title]="localization.get('cancelLabel')"
|
|
@@ -12731,6 +12735,7 @@ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
12731
12735
|
</button>
|
|
12732
12736
|
|
|
12733
12737
|
<button kendoButton
|
|
12738
|
+
type="button"
|
|
12734
12739
|
(click)="handleActionSheetAccept()"
|
|
12735
12740
|
size="large"
|
|
12736
12741
|
themeColor="primary"
|
|
@@ -12912,6 +12917,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
12912
12917
|
<div class="k-actionsheet-actions">
|
|
12913
12918
|
<button
|
|
12914
12919
|
kendoButton
|
|
12920
|
+
type="button"
|
|
12915
12921
|
icon="x"
|
|
12916
12922
|
[attr.title]="localization.get('clearTitle')"
|
|
12917
12923
|
[svgIcon]="xIcon"
|
|
@@ -12930,6 +12936,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
12930
12936
|
</div>
|
|
12931
12937
|
<div class="k-actions k-actions-stretched k-actions-horizontal k-actionsheet-footer">
|
|
12932
12938
|
<button kendoButton
|
|
12939
|
+
type="button"
|
|
12933
12940
|
(click)="handleReject()"
|
|
12934
12941
|
size="large"
|
|
12935
12942
|
[attr.title]="localization.get('cancelLabel')"
|
|
@@ -12939,6 +12946,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
12939
12946
|
</button>
|
|
12940
12947
|
|
|
12941
12948
|
<button kendoButton
|
|
12949
|
+
type="button"
|
|
12942
12950
|
(click)="handleActionSheetAccept()"
|
|
12943
12951
|
size="large"
|
|
12944
12952
|
themeColor="primary"
|
|
@@ -14549,6 +14557,7 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
14549
14557
|
<div class="k-actionsheet-actions">
|
|
14550
14558
|
<button
|
|
14551
14559
|
kendoButton
|
|
14560
|
+
type="button"
|
|
14552
14561
|
icon="x"
|
|
14553
14562
|
[attr.title]="localization.get('clearTitle')"
|
|
14554
14563
|
[svgIcon]="xIcon"
|
|
@@ -14567,6 +14576,7 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
14567
14576
|
</div>
|
|
14568
14577
|
<div class="k-actions k-actions-stretched k-actions-horizontal k-actionsheet-footer">
|
|
14569
14578
|
<button kendoButton
|
|
14579
|
+
type="button"
|
|
14570
14580
|
(click)="handleCancel()"
|
|
14571
14581
|
size="large"
|
|
14572
14582
|
[attr.title]="localization.get('cancelLabel')"
|
|
@@ -14576,6 +14586,7 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
14576
14586
|
</button>
|
|
14577
14587
|
|
|
14578
14588
|
<button kendoButton
|
|
14589
|
+
type="button"
|
|
14579
14590
|
(click)="handleAccept()"
|
|
14580
14591
|
size="large"
|
|
14581
14592
|
themeColor="primary"
|
|
@@ -14923,6 +14934,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
14923
14934
|
<div class="k-actionsheet-actions">
|
|
14924
14935
|
<button
|
|
14925
14936
|
kendoButton
|
|
14937
|
+
type="button"
|
|
14926
14938
|
icon="x"
|
|
14927
14939
|
[attr.title]="localization.get('clearTitle')"
|
|
14928
14940
|
[svgIcon]="xIcon"
|
|
@@ -14941,6 +14953,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
14941
14953
|
</div>
|
|
14942
14954
|
<div class="k-actions k-actions-stretched k-actions-horizontal k-actionsheet-footer">
|
|
14943
14955
|
<button kendoButton
|
|
14956
|
+
type="button"
|
|
14944
14957
|
(click)="handleCancel()"
|
|
14945
14958
|
size="large"
|
|
14946
14959
|
[attr.title]="localization.get('cancelLabel')"
|
|
@@ -14950,6 +14963,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
14950
14963
|
</button>
|
|
14951
14964
|
|
|
14952
14965
|
<button kendoButton
|
|
14966
|
+
type="button"
|
|
14953
14967
|
(click)="handleAccept()"
|
|
14954
14968
|
size="large"
|
|
14955
14969
|
themeColor="primary"
|
|
@@ -16237,6 +16251,7 @@ DateRangePopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
16237
16251
|
<div class="k-actionsheet-actions">
|
|
16238
16252
|
<button
|
|
16239
16253
|
kendoButton
|
|
16254
|
+
type="button"
|
|
16240
16255
|
icon="x"
|
|
16241
16256
|
[attr.title]="localization.get('clearTitle')"
|
|
16242
16257
|
[svgIcon]="xIcon"
|
|
@@ -16262,6 +16277,7 @@ DateRangePopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
16262
16277
|
</div>
|
|
16263
16278
|
<div class="k-actions k-actions-stretched k-actions-horizontal k-actionsheet-footer">
|
|
16264
16279
|
<button kendoButton
|
|
16280
|
+
type="button"
|
|
16265
16281
|
size="large"
|
|
16266
16282
|
[attr.title]="localization.get('cancelLabel')"
|
|
16267
16283
|
[attr.aria-label]="localization.get('cancelLabel')"
|
|
@@ -16271,6 +16287,7 @@ DateRangePopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
16271
16287
|
</button>
|
|
16272
16288
|
|
|
16273
16289
|
<button kendoButton
|
|
16290
|
+
type="button"
|
|
16274
16291
|
size="large"
|
|
16275
16292
|
themeColor="primary"
|
|
16276
16293
|
[attr.title]="localization.get('acceptLabel')"
|
|
@@ -16334,6 +16351,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
16334
16351
|
<div class="k-actionsheet-actions">
|
|
16335
16352
|
<button
|
|
16336
16353
|
kendoButton
|
|
16354
|
+
type="button"
|
|
16337
16355
|
icon="x"
|
|
16338
16356
|
[attr.title]="localization.get('clearTitle')"
|
|
16339
16357
|
[svgIcon]="xIcon"
|
|
@@ -16359,6 +16377,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
16359
16377
|
</div>
|
|
16360
16378
|
<div class="k-actions k-actions-stretched k-actions-horizontal k-actionsheet-footer">
|
|
16361
16379
|
<button kendoButton
|
|
16380
|
+
type="button"
|
|
16362
16381
|
size="large"
|
|
16363
16382
|
[attr.title]="localization.get('cancelLabel')"
|
|
16364
16383
|
[attr.aria-label]="localization.get('cancelLabel')"
|
|
@@ -16368,6 +16387,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
16368
16387
|
</button>
|
|
16369
16388
|
|
|
16370
16389
|
<button kendoButton
|
|
16390
|
+
type="button"
|
|
16371
16391
|
size="large"
|
|
16372
16392
|
themeColor="primary"
|
|
16373
16393
|
[attr.title]="localization.get('acceptLabel')"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dateinputs",
|
|
3
|
-
"version": "14.0.0-develop.
|
|
3
|
+
"version": "14.0.0-develop.11",
|
|
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 - 16",
|
|
34
34
|
"@angular/platform-browser": "13 - 16",
|
|
35
35
|
"@progress/kendo-licensing": "^1.0.2",
|
|
36
|
-
"@progress/kendo-angular-common": "14.0.0-develop.
|
|
37
|
-
"@progress/kendo-angular-intl": "14.0.0-develop.
|
|
38
|
-
"@progress/kendo-angular-l10n": "14.0.0-develop.
|
|
39
|
-
"@progress/kendo-angular-icons": "14.0.0-develop.
|
|
40
|
-
"@progress/kendo-angular-popup": "14.0.0-develop.
|
|
41
|
-
"@progress/kendo-angular-navigation": "14.0.0-develop.
|
|
36
|
+
"@progress/kendo-angular-common": "14.0.0-develop.11",
|
|
37
|
+
"@progress/kendo-angular-intl": "14.0.0-develop.11",
|
|
38
|
+
"@progress/kendo-angular-l10n": "14.0.0-develop.11",
|
|
39
|
+
"@progress/kendo-angular-icons": "14.0.0-develop.11",
|
|
40
|
+
"@progress/kendo-angular-popup": "14.0.0-develop.11",
|
|
41
|
+
"@progress/kendo-angular-navigation": "14.0.0-develop.11",
|
|
42
42
|
"rxjs": "^6.5.3 || ^7.0.0",
|
|
43
|
-
"@progress/kendo-angular-buttons": "14.0.0-develop.
|
|
44
|
-
"@progress/kendo-angular-inputs": "14.0.0-develop.
|
|
45
|
-
"@progress/kendo-angular-label": "14.0.0-develop.
|
|
43
|
+
"@progress/kendo-angular-buttons": "14.0.0-develop.11",
|
|
44
|
+
"@progress/kendo-angular-inputs": "14.0.0-develop.11",
|
|
45
|
+
"@progress/kendo-angular-label": "14.0.0-develop.11"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"tslib": "^2.3.1",
|
|
49
|
-
"@progress/kendo-angular-schematics": "14.0.0-develop.
|
|
49
|
+
"@progress/kendo-angular-schematics": "14.0.0-develop.11",
|
|
50
50
|
"@progress/kendo-common": "^0.2.0",
|
|
51
51
|
"@progress/kendo-date-math": "^1.1.0",
|
|
52
52
|
"@progress/kendo-dateinputs-common": "v0.3.0"
|