@progress/kendo-angular-dateinputs 7.0.0-next.202204120831 → 7.0.1
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/bundles/kendo-angular-dateinputs.umd.js +1 -1
- package/calendar/calendar.component.d.ts +3 -0
- package/daterange/date-range.service.d.ts +2 -0
- package/esm2015/calendar/calendar.component.js +3 -0
- package/esm2015/calendar/for.directive.js +1 -0
- package/esm2015/calendar/localization/calendar-messages.js +1 -0
- package/esm2015/calendar/localization/multiview-calendar-messages.js +1 -0
- package/esm2015/calendar/view.component.js +1 -0
- package/esm2015/dateinput/localization/messages.js +1 -0
- package/esm2015/datepicker/localization/messages.js +1 -0
- package/esm2015/daterange/date-range.service.js +2 -1
- package/esm2015/datetimepicker/datetimepicker.component.js +8 -3
- package/esm2015/datetimepicker/localization/messages.js +1 -0
- package/esm2015/package-metadata.js +1 -1
- package/esm2015/preventable-event.js +1 -0
- package/esm2015/timepicker/localization/messages.js +1 -0
- package/fesm2015/kendo-angular-dateinputs.js +23 -5
- package/main.d.ts +3 -0
- package/package.json +10 -12
- package/preventable-event.d.ts +2 -0
|
@@ -483,6 +483,9 @@ export declare class CalendarComponent implements ControlValueAccessor, OnChange
|
|
|
483
483
|
* @hidden
|
|
484
484
|
*/
|
|
485
485
|
handleActiveViewChange(view: CalendarView): void;
|
|
486
|
+
/**
|
|
487
|
+
* @hidden
|
|
488
|
+
*/
|
|
486
489
|
handleCellClick({ date, modifiers }: any): void;
|
|
487
490
|
/**
|
|
488
491
|
* @hidden
|
|
@@ -61,6 +61,8 @@ export declare class DateRangeService {
|
|
|
61
61
|
* Gets the current `selectionRange` value.
|
|
62
62
|
*/
|
|
63
63
|
get selectionRange(): SelectionRange;
|
|
64
|
+
/** @hidden */
|
|
65
|
+
constructor();
|
|
64
66
|
/**
|
|
65
67
|
* Activates the registered `DateRangePopup` component.
|
|
66
68
|
* The method opens the popup and focuses the calendar.
|
|
@@ -15,6 +15,7 @@ CalendarMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", versi
|
|
|
15
15
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CalendarMessages, decorators: [{
|
|
16
16
|
type: Directive,
|
|
17
17
|
args: [{
|
|
18
|
+
// eslint-disable-next-line
|
|
18
19
|
selector: 'kendo-calendar-messages-base'
|
|
19
20
|
}]
|
|
20
21
|
}], propDecorators: { today: [{
|
|
@@ -15,6 +15,7 @@ Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.
|
|
|
15
15
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: Messages, decorators: [{
|
|
16
16
|
type: Directive,
|
|
17
17
|
args: [{
|
|
18
|
+
// eslint-disable-next-line
|
|
18
19
|
selector: 'kendo-multiview-calendar-messages-base'
|
|
19
20
|
}]
|
|
20
21
|
}], propDecorators: { today: [{
|
|
@@ -273,6 +273,7 @@ ViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
|
|
|
273
273
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ViewComponent, decorators: [{
|
|
274
274
|
type: Component,
|
|
275
275
|
args: [{
|
|
276
|
+
// eslint-disable-next-line
|
|
276
277
|
selector: '[kendoCalendarView]',
|
|
277
278
|
template: `
|
|
278
279
|
<ng-template #emptyCell><td class="k-empty k-calendar-td"> </td></ng-template>
|
|
@@ -15,6 +15,7 @@ DateInputMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", vers
|
|
|
15
15
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DateInputMessages, decorators: [{
|
|
16
16
|
type: Directive,
|
|
17
17
|
args: [{
|
|
18
|
+
// eslint-disable-next-line
|
|
18
19
|
selector: 'kendo-dateinput-messages-base'
|
|
19
20
|
}]
|
|
20
21
|
}], propDecorators: { decrement: [{
|
|
@@ -15,6 +15,7 @@ DatePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", ver
|
|
|
15
15
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DatePickerMessages, decorators: [{
|
|
16
16
|
type: Directive,
|
|
17
17
|
args: [{
|
|
18
|
+
// eslint-disable-next-line
|
|
18
19
|
selector: 'kendo-datepicker-messages-base'
|
|
19
20
|
}]
|
|
20
21
|
}], propDecorators: { today: [{
|
|
@@ -14,6 +14,7 @@ const hasActiveContent = (popup) => popup && popup.hasActiveContent();
|
|
|
14
14
|
* For example, the start and end `DateInput` and `DateRangePopup` components.
|
|
15
15
|
*/
|
|
16
16
|
export class DateRangeService {
|
|
17
|
+
/** @hidden */
|
|
17
18
|
constructor() {
|
|
18
19
|
/**
|
|
19
20
|
* An Observable instance that notifies when the `activeRangeEnd` state is changed.
|
|
@@ -181,4 +182,4 @@ DateRangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version
|
|
|
181
182
|
DateRangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DateRangeService });
|
|
182
183
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DateRangeService, decorators: [{
|
|
183
184
|
type: Injectable
|
|
184
|
-
}] });
|
|
185
|
+
}], ctorParameters: function () { return []; } });
|
|
@@ -882,7 +882,12 @@ export class DateTimePickerComponent {
|
|
|
882
882
|
return;
|
|
883
883
|
}
|
|
884
884
|
const event = new PreventableEvent();
|
|
885
|
-
|
|
885
|
+
if (open) {
|
|
886
|
+
this.open.emit(event);
|
|
887
|
+
}
|
|
888
|
+
else {
|
|
889
|
+
this.close.emit(event);
|
|
890
|
+
}
|
|
886
891
|
if (event.isDefaultPrevented()) {
|
|
887
892
|
return;
|
|
888
893
|
}
|
|
@@ -1163,11 +1168,11 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
1163
1168
|
>
|
|
1164
1169
|
<div class="k-datetime-calendar-wrap">
|
|
1165
1170
|
<kendo-calendar
|
|
1171
|
+
[focusedDate]="focusedDate"
|
|
1166
1172
|
[(value)]="calendarValue"
|
|
1167
1173
|
[type]="calendarType"
|
|
1168
1174
|
[min]="calendarMin"
|
|
1169
1175
|
[max]="calendarMax"
|
|
1170
|
-
[focusedDate]="focusedDate"
|
|
1171
1176
|
[weekNumber]="weekNumber"
|
|
1172
1177
|
[navigation]="false"
|
|
1173
1178
|
[animateNavigation]="animateCalendarNavigation"
|
|
@@ -1422,11 +1427,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
1422
1427
|
>
|
|
1423
1428
|
<div class="k-datetime-calendar-wrap">
|
|
1424
1429
|
<kendo-calendar
|
|
1430
|
+
[focusedDate]="focusedDate"
|
|
1425
1431
|
[(value)]="calendarValue"
|
|
1426
1432
|
[type]="calendarType"
|
|
1427
1433
|
[min]="calendarMin"
|
|
1428
1434
|
[max]="calendarMax"
|
|
1429
|
-
[focusedDate]="focusedDate"
|
|
1430
1435
|
[weekNumber]="weekNumber"
|
|
1431
1436
|
[navigation]="false"
|
|
1432
1437
|
[animateNavigation]="animateCalendarNavigation"
|
|
@@ -15,6 +15,7 @@ Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.
|
|
|
15
15
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: Messages, decorators: [{
|
|
16
16
|
type: Directive,
|
|
17
17
|
args: [{
|
|
18
|
+
// eslint-disable-next-line
|
|
18
19
|
selector: 'kendo-datetimepicker-messages-base'
|
|
19
20
|
}]
|
|
20
21
|
}], propDecorators: { toggle: [{
|
|
@@ -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: 1652250169,
|
|
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
|
};
|
|
@@ -15,6 +15,7 @@ TimePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", ver
|
|
|
15
15
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TimePickerMessages, decorators: [{
|
|
16
16
|
type: Directive,
|
|
17
17
|
args: [{
|
|
18
|
+
// eslint-disable-next-line
|
|
18
19
|
selector: 'kendo-timepicker-messages-base'
|
|
19
20
|
}]
|
|
20
21
|
}], propDecorators: { accept: [{
|
|
@@ -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: 1652250169,
|
|
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
|
};
|
|
@@ -1398,6 +1398,7 @@ class KForOfContext {
|
|
|
1398
1398
|
/**
|
|
1399
1399
|
* @hidden
|
|
1400
1400
|
*/
|
|
1401
|
+
// eslint-disable-next-line
|
|
1401
1402
|
class KForOf {
|
|
1402
1403
|
constructor(_viewContainer, _template, _differs) {
|
|
1403
1404
|
this._viewContainer = _viewContainer;
|
|
@@ -1734,6 +1735,7 @@ ViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
|
|
|
1734
1735
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ViewComponent, decorators: [{
|
|
1735
1736
|
type: Component,
|
|
1736
1737
|
args: [{
|
|
1738
|
+
// eslint-disable-next-line
|
|
1737
1739
|
selector: '[kendoCalendarView]',
|
|
1738
1740
|
template: `
|
|
1739
1741
|
<ng-template #emptyCell><td class="k-empty k-calendar-td"> </td></ng-template>
|
|
@@ -2902,6 +2904,7 @@ Messages$1.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "1
|
|
|
2902
2904
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: Messages$1, decorators: [{
|
|
2903
2905
|
type: Directive,
|
|
2904
2906
|
args: [{
|
|
2907
|
+
// eslint-disable-next-line
|
|
2905
2908
|
selector: 'kendo-multiview-calendar-messages-base'
|
|
2906
2909
|
}]
|
|
2907
2910
|
}], propDecorators: { today: [{
|
|
@@ -5246,6 +5249,7 @@ CalendarMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", versi
|
|
|
5246
5249
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CalendarMessages, decorators: [{
|
|
5247
5250
|
type: Directive,
|
|
5248
5251
|
args: [{
|
|
5252
|
+
// eslint-disable-next-line
|
|
5249
5253
|
selector: 'kendo-calendar-messages-base'
|
|
5250
5254
|
}]
|
|
5251
5255
|
}], propDecorators: { today: [{
|
|
@@ -5940,6 +5944,9 @@ class CalendarComponent {
|
|
|
5940
5944
|
}
|
|
5941
5945
|
this.detectChanges(); // requires zone if templates
|
|
5942
5946
|
}
|
|
5947
|
+
/**
|
|
5948
|
+
* @hidden
|
|
5949
|
+
*/
|
|
5943
5950
|
handleCellClick({ date, modifiers }) {
|
|
5944
5951
|
this.performSelection(date, modifiers);
|
|
5945
5952
|
}
|
|
@@ -6482,6 +6489,7 @@ DateInputMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", vers
|
|
|
6482
6489
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DateInputMessages, decorators: [{
|
|
6483
6490
|
type: Directive,
|
|
6484
6491
|
args: [{
|
|
6492
|
+
// eslint-disable-next-line
|
|
6485
6493
|
selector: 'kendo-dateinput-messages-base'
|
|
6486
6494
|
}]
|
|
6487
6495
|
}], propDecorators: { decrement: [{
|
|
@@ -8116,6 +8124,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
8116
8124
|
* A preventable event instance which is triggered by the `open` and `close` events.
|
|
8117
8125
|
*/
|
|
8118
8126
|
class PreventableEvent {
|
|
8127
|
+
/** @hidden */
|
|
8119
8128
|
constructor() {
|
|
8120
8129
|
this.prevented = false;
|
|
8121
8130
|
}
|
|
@@ -8199,6 +8208,7 @@ DatePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", ver
|
|
|
8199
8208
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DatePickerMessages, decorators: [{
|
|
8200
8209
|
type: Directive,
|
|
8201
8210
|
args: [{
|
|
8211
|
+
// eslint-disable-next-line
|
|
8202
8212
|
selector: 'kendo-datepicker-messages-base'
|
|
8203
8213
|
}]
|
|
8204
8214
|
}], propDecorators: { today: [{
|
|
@@ -10455,6 +10465,7 @@ TimePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", ver
|
|
|
10455
10465
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TimePickerMessages, decorators: [{
|
|
10456
10466
|
type: Directive,
|
|
10457
10467
|
args: [{
|
|
10468
|
+
// eslint-disable-next-line
|
|
10458
10469
|
selector: 'kendo-timepicker-messages-base'
|
|
10459
10470
|
}]
|
|
10460
10471
|
}], propDecorators: { accept: [{
|
|
@@ -12264,6 +12275,7 @@ Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.
|
|
|
12264
12275
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: Messages, decorators: [{
|
|
12265
12276
|
type: Directive,
|
|
12266
12277
|
args: [{
|
|
12278
|
+
// eslint-disable-next-line
|
|
12267
12279
|
selector: 'kendo-datetimepicker-messages-base'
|
|
12268
12280
|
}]
|
|
12269
12281
|
}], propDecorators: { toggle: [{
|
|
@@ -13163,7 +13175,12 @@ class DateTimePickerComponent {
|
|
|
13163
13175
|
return;
|
|
13164
13176
|
}
|
|
13165
13177
|
const event = new PreventableEvent();
|
|
13166
|
-
|
|
13178
|
+
if (open) {
|
|
13179
|
+
this.open.emit(event);
|
|
13180
|
+
}
|
|
13181
|
+
else {
|
|
13182
|
+
this.close.emit(event);
|
|
13183
|
+
}
|
|
13167
13184
|
if (event.isDefaultPrevented()) {
|
|
13168
13185
|
return;
|
|
13169
13186
|
}
|
|
@@ -13444,11 +13461,11 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
13444
13461
|
>
|
|
13445
13462
|
<div class="k-datetime-calendar-wrap">
|
|
13446
13463
|
<kendo-calendar
|
|
13464
|
+
[focusedDate]="focusedDate"
|
|
13447
13465
|
[(value)]="calendarValue"
|
|
13448
13466
|
[type]="calendarType"
|
|
13449
13467
|
[min]="calendarMin"
|
|
13450
13468
|
[max]="calendarMax"
|
|
13451
|
-
[focusedDate]="focusedDate"
|
|
13452
13469
|
[weekNumber]="weekNumber"
|
|
13453
13470
|
[navigation]="false"
|
|
13454
13471
|
[animateNavigation]="animateCalendarNavigation"
|
|
@@ -13703,11 +13720,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
13703
13720
|
>
|
|
13704
13721
|
<div class="k-datetime-calendar-wrap">
|
|
13705
13722
|
<kendo-calendar
|
|
13723
|
+
[focusedDate]="focusedDate"
|
|
13706
13724
|
[(value)]="calendarValue"
|
|
13707
13725
|
[type]="calendarType"
|
|
13708
13726
|
[min]="calendarMin"
|
|
13709
13727
|
[max]="calendarMax"
|
|
13710
|
-
[focusedDate]="focusedDate"
|
|
13711
13728
|
[weekNumber]="weekNumber"
|
|
13712
13729
|
[navigation]="false"
|
|
13713
13730
|
[animateNavigation]="animateCalendarNavigation"
|
|
@@ -13928,6 +13945,7 @@ const hasActiveContent = (popup) => popup && popup.hasActiveContent();
|
|
|
13928
13945
|
* For example, the start and end `DateInput` and `DateRangePopup` components.
|
|
13929
13946
|
*/
|
|
13930
13947
|
class DateRangeService {
|
|
13948
|
+
/** @hidden */
|
|
13931
13949
|
constructor() {
|
|
13932
13950
|
/**
|
|
13933
13951
|
* An Observable instance that notifies when the `activeRangeEnd` state is changed.
|
|
@@ -14095,7 +14113,7 @@ DateRangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version
|
|
|
14095
14113
|
DateRangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DateRangeService });
|
|
14096
14114
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DateRangeService, decorators: [{
|
|
14097
14115
|
type: Injectable
|
|
14098
|
-
}] });
|
|
14116
|
+
}], ctorParameters: function () { return []; } });
|
|
14099
14117
|
|
|
14100
14118
|
/**
|
|
14101
14119
|
* A directive which manages the MultiViewCalendar range selection.
|
package/main.d.ts
CHANGED
|
@@ -67,3 +67,6 @@ export { TimePickerCustomMessagesComponent } from './timepicker/localization/tim
|
|
|
67
67
|
export { TimeSelectorCustomMessagesComponent } from './timepicker/localization/timeselector-custom-messages.component';
|
|
68
68
|
export { LocalizedMessagesDirective } from './datetimepicker/localization/localized-messages.directive';
|
|
69
69
|
export { DateTimePickerCustomMessagesComponent } from './datetimepicker/localization/datetimepicker-custom-messages.component';
|
|
70
|
+
export { DateInputSize } from './common/models/size';
|
|
71
|
+
export { DateInputRounded } from './common/models/rounded';
|
|
72
|
+
export { DateInputFillMode } from './common/models/fillmode';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dateinputs",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.1",
|
|
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",
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
"tslib": "^2.3.1"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@angular/common": "
|
|
42
|
-
"@angular/core": "
|
|
43
|
-
"@angular/forms": "
|
|
44
|
-
"@progress/kendo-angular-common": "
|
|
45
|
-
"@progress/kendo-angular-intl": "
|
|
46
|
-
"@progress/kendo-angular-l10n": "
|
|
47
|
-
"@progress/kendo-angular-popup": "
|
|
41
|
+
"@angular/common": "12 - 14",
|
|
42
|
+
"@angular/core": "12 - 14",
|
|
43
|
+
"@angular/forms": "12 - 14",
|
|
44
|
+
"@progress/kendo-angular-common": "^3.0.0",
|
|
45
|
+
"@progress/kendo-angular-intl": "^4.0.0",
|
|
46
|
+
"@progress/kendo-angular-l10n": "^4.0.0",
|
|
47
|
+
"@progress/kendo-angular-popup": "^5.0.0",
|
|
48
48
|
"@progress/kendo-licensing": "^1.1.1",
|
|
49
49
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
50
50
|
},
|
|
@@ -75,12 +75,10 @@
|
|
|
75
75
|
"release": {
|
|
76
76
|
"debug": false,
|
|
77
77
|
"branchTags": {
|
|
78
|
-
"develop": "dev"
|
|
79
|
-
"ng12-update": "next"
|
|
78
|
+
"develop": "dev"
|
|
80
79
|
},
|
|
81
80
|
"fallbackTags": {
|
|
82
|
-
"dev": "latest"
|
|
83
|
-
"next": "latest"
|
|
81
|
+
"dev": "latest"
|
|
84
82
|
},
|
|
85
83
|
"analyzeCommits": "@telerik/semantic-prerelease/analyzeCommits",
|
|
86
84
|
"generateNotes": "@progress/kendo-angular-tasks/lib/generateNotes",
|
package/preventable-event.d.ts
CHANGED