@progress/kendo-angular-dateinputs 15.1.0 → 15.1.1-develop.2

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.
@@ -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: 1708601417,
41
- version: '15.1.0',
40
+ publishDate: 1708935126,
41
+ version: '15.1.1-develop.2',
42
42
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
43
43
  };
44
44
 
@@ -3382,35 +3382,37 @@ class MultiViewCalendarComponent {
3382
3382
  this.orientation = 'horizontal';
3383
3383
  /**
3384
3384
  * Fires when the active view is changed
3385
- * ([more information and example]({% slug overview_multiviewcalendar %}#toc-events)).
3385
+ * ([see example](slug:events_multiviewcalendar)).
3386
3386
  */
3387
3387
  this.activeViewChange = new EventEmitter();
3388
3388
  /**
3389
3389
  * Fires when navigating in the currently active view
3390
- * ([more information and example]({% slug events_multiviewcalendar %})).
3390
+ * ([see example](slug:events_multiviewcalendar)).
3391
3391
  */
3392
3392
  this.navigate = new EventEmitter();
3393
3393
  /**
3394
3394
  * Fires when a view cell is entered
3395
- * ([more information and example]({% slug overview_multiviewcalendar %}#toc-events)).
3395
+ * ([see example](slug:events_multiviewcalendar)).
3396
3396
  */
3397
3397
  this.cellEnter = new EventEmitter();
3398
3398
  /**
3399
3399
  * Fires when a view cell is leaved
3400
- * ([more information and example]({% slug overview_multiviewcalendar %}#toc-events)).
3400
+ * ([see example](slug:events_multiviewcalendar)).
3401
3401
  */
3402
3402
  this.cellLeave = new EventEmitter();
3403
3403
  /**
3404
3404
  * Fires when the value is changed
3405
- * ([more information and example]({% slug overview_multiviewcalendar %}#toc-events)).
3405
+ * ([see example](slug:events_multiviewcalendar)).
3406
3406
  */
3407
3407
  this.valueChange = new EventEmitter();
3408
3408
  /**
3409
- * Fires each time the MultiViewCalendar gets blurred.
3409
+ * Fires each time the MultiViewCalendar gets blurred
3410
+ * ([see example](slug:events_multiviewcalendar)).
3410
3411
  */
3411
3412
  this.blurEvent = new EventEmitter();
3412
3413
  /**
3413
- * Fires each time the MultiViewCalendar gets focused.
3414
+ * Fires each time the MultiViewCalendar gets focused
3415
+ * ([see example](slug:events_multiviewcalendar)).
3414
3416
  */
3415
3417
  this.focusEvent = new EventEmitter();
3416
3418
  /**
@@ -5875,31 +5877,33 @@ class CalendarComponent {
5875
5877
  this.weekNumber = false;
5876
5878
  /**
5877
5879
  * Fires when the active view is changed
5878
- * ([more information and example]({% slug overview_calendar %}#toc-events)).
5880
+ * ([see example](slug:events_calendar)).
5879
5881
  */
5880
5882
  this.activeViewChange = new EventEmitter();
5881
5883
  /**
5882
5884
  * Fires when navigating in the currently active view
5883
- * ([more information and example]({% slug events_calendar %})).
5885
+ * ([see example](slug:events_calendar)).
5884
5886
  */
5885
5887
  this.navigate = new EventEmitter();
5886
5888
  /**
5887
5889
  * Fires when the active view date is changed
5888
- * ([more information and example]({% slug overview_calendar %}#toc-events)).
5890
+ * ([see example](slug:events_calendar)).
5889
5891
  * Applies to the [`infinite`]({% slug api_dateinputs_calendarcomponent %}#toc-type) Calendar only.
5890
5892
  */
5891
5893
  this.activeViewDateChange = new EventEmitter();
5892
5894
  /**
5893
- * Fires each time the Calendar gets blurred.
5895
+ * Fires each time the Calendar gets blurred
5896
+ * ([see example](slug:events_calendar)).
5894
5897
  */
5895
5898
  this.onBlur = new EventEmitter();
5896
5899
  /**
5897
- * Fires each time the Calendar gets focused.
5900
+ * Fires each time the Calendar gets focused
5901
+ * ([see example](slug:events_calendar)).
5898
5902
  */
5899
5903
  this.onFocus = new EventEmitter();
5900
5904
  /**
5901
5905
  * Fires when the value is changed
5902
- * ([more information and example]({% slug overview_calendar %}#toc-events)).
5906
+ * ([see example](slug:events_calendar)).
5903
5907
  */
5904
5908
  this.valueChange = new EventEmitter();
5905
5909
  this._size = DEFAULT_SIZE;
@@ -7310,64 +7314,24 @@ class DateInputComponent {
7310
7314
  */
7311
7315
  this.spinners = false;
7312
7316
  /**
7313
- * Fires each time the user selects a new value.
7314
- * For more information, refer to the section on
7315
- * [events]({% slug overview_dateinput %}#toc-events).
7317
+ * Fires each time the user selects a new value
7318
+ * ([see example](slug:events_dateinput)).
7316
7319
  */
7317
7320
  this.valueChange = new EventEmitter();
7318
7321
  /**
7319
7322
  * @hidden
7320
- * Fires each time the user selects a new value.
7321
- * For more information, refer to the section on
7322
- * [events]({% slug overview_dateinput %}#toc-events).
7323
+ * Fires each time the user selects a new value
7324
+ * ([see example](slug:events_dateinput)).
7323
7325
  */
7324
7326
  this.valueUpdate = new EventEmitter();
7325
7327
  /**
7326
- * Fires each time the user focuses the input element.
7327
- * For more information, refer to the section on
7328
- * [events]({% slug overview_dateinput %}#toc-events).
7329
- *
7330
- * > To wire the event programmatically, use the `onFocus` property.
7331
- *
7332
- * @example
7333
- * ```ts
7334
- * _@Component({
7335
- * selector: 'my-app',
7336
- * template: `
7337
- * <kendo-dateinput (focus)="handleFocus()"></kendo-dateinput>
7338
- * `
7339
- * })
7340
- * export class AppComponent {
7341
- * public handleFocus(): void {
7342
- * console.log("Component is focused");
7343
- * }
7344
- * }
7345
- * ```
7346
- *
7328
+ * Fires each time the user focuses the input element
7329
+ * ([see example](slug:events_dateinput)).
7347
7330
  */
7348
7331
  this.onFocus = new EventEmitter();
7349
7332
  /**
7350
- * Fires each time the input element gets blurred.
7351
- * For more information, refer to the section on
7352
- * [events]({% slug overview_dateinput %}#toc-events).
7353
- *
7354
- * > To wire the event programmatically, use the `onBlur` property.
7355
- *
7356
- * @example
7357
- * ```ts
7358
- * _@Component({
7359
- * selector: 'my-app',
7360
- * template: `
7361
- * <kendo-dateinput (blur)="handleBlur()"></kendo-dateinput>
7362
- * `
7363
- * })
7364
- * export class AppComponent {
7365
- * public handleBlur(): void {
7366
- * console.log("Component is blurred");
7367
- * }
7368
- * }
7369
- * ```
7370
- *
7333
+ * Fires each time the input element gets blurred
7334
+ * ([see example](slug:events_dateinput)).
7371
7335
  */
7372
7336
  this.onBlur = new EventEmitter();
7373
7337
  this.arrow = Arrow;
@@ -8532,63 +8496,29 @@ class DatePickerComponent {
8532
8496
  this.adaptiveMode = 'none';
8533
8497
  /**
8534
8498
  * Fires each time the user selects a new value
8535
- * ([more information and example]({% slug overview_datepicker %}#toc-events)).
8499
+ * ([see example](slug:events_datepicker)).
8536
8500
  */
8537
8501
  this.valueChange = new EventEmitter();
8538
8502
  /**
8539
8503
  * Fires each time the user focuses the input element
8540
- * ([more information and example]({% slug overview_datepicker %}#toc-events)).
8541
- *
8542
- * > To wire the event programmatically, use the `onFocus` property.
8543
- *
8544
- * @example
8545
- * ```ts
8546
- * _@Component({
8547
- * selector: 'my-app',
8548
- * template: `
8549
- * <kendo-datepicker (focus)="handleFocus()"></kendo-datepicker>
8550
- * `
8551
- * })
8552
- * export class AppComponent {
8553
- * public handleFocus(): void {
8554
- * console.log("Component is focused");
8555
- * }
8556
- * }
8557
- * ```
8504
+ * ([see example](slug:events_datepicker)).
8558
8505
  */
8559
8506
  this.onFocus = new EventEmitter();
8560
8507
  /**
8561
8508
  * Fires each time the input element gets blurred
8562
- * ([more information and example]({% slug overview_datepicker %}#toc-events)).
8563
- *
8564
- * > To wire the event programmatically, use the `onBlur` property.
8565
- *
8566
- * @example
8567
- * ```ts
8568
- * _@Component({
8569
- * selector: 'my-app',
8570
- * template: `
8571
- * <kendo-datepicker (blur)="handleBlur()"></kendo-datepicker>
8572
- * `
8573
- * })
8574
- * export class AppComponent {
8575
- * public handleBlur(): void {
8576
- * console.log("Component is blurred");
8577
- * }
8578
- * }
8579
- * ```
8509
+ * ([see example](slug:events_datepicker)).
8580
8510
  */
8581
8511
  this.onBlur = new EventEmitter();
8582
8512
  /**
8583
- * Fires each time the popup is about to open.
8584
- * This event is preventable. If you cancel the event, the popup will remain closed
8585
- * ([more information and example]({% slug overview_datepicker %}#toc-events)).
8513
+ * Fires each time the popup is about to open
8514
+ * ([see example](slug:events_datepicker)).
8515
+ * This event is preventable. If you cancel the event, the popup will remain closed.
8586
8516
  */
8587
8517
  this.open = new EventEmitter();
8588
8518
  /**
8589
- * Fires each time the popup is about to close.
8590
- * This event is preventable. If you cancel the event, the popup will remain open
8591
- * ([more information and example]({% slug overview_datepicker %}#toc-events)).
8519
+ * Fires each time the popup is about to close
8520
+ * ([see example](slug:events_datepicker)).
8521
+ * This event is preventable. If you cancel the event, the popup will remain open.
8592
8522
  */
8593
8523
  this.close = new EventEmitter();
8594
8524
  /**
@@ -11868,69 +11798,30 @@ class TimePickerComponent {
11868
11798
  */
11869
11799
  this.adaptiveMode = 'none';
11870
11800
  /**
11871
- * Fires each time the user selects a new value.
11872
- * For more information, refer to the section on
11873
- * [events]({% slug overview_timepicker %}#toc-events).
11801
+ * Fires each time the user selects a new value
11802
+ * ([see example](slug:events_timepicker)).
11874
11803
  */
11875
11804
  this.valueChange = new EventEmitter();
11876
11805
  /**
11877
- * Fires each time the user focuses the input element.
11878
- * For more information, refer to the section on
11879
- * [events]({% slug overview_timepicker %}#toc-events).
11880
- *
11881
- * > To wire the event programmatically, use the `onFocus` property.
11882
- *
11883
- * @example
11884
- * ```ts
11885
- * _@Component({
11886
- * selector: 'my-app',
11887
- * template: `
11888
- * <kendo-timepicker (focus)="handleFocus()"></kendo-timepicker>
11889
- * `
11890
- * })
11891
- * export class AppComponent {
11892
- * public handleFocus(): void {
11893
- * console.log("Component is focused");
11894
- * }
11895
- * }
11896
- * ```
11806
+ * Fires each time the user focuses the input element
11807
+ * ([see example](slug:events_timepicker)).
11897
11808
  */
11898
11809
  this.onFocus = new EventEmitter();
11899
11810
  /**
11900
- * Fires each time the input element gets blurred.
11901
- * For more information, refer to the section on
11902
- * [events]({% slug overview_timepicker %}#toc-events).
11903
- *
11904
- * > To wire the event programmatically, use the `onBlur` property.
11905
- *
11906
- * @example
11907
- * ```ts
11908
- * _@Component({
11909
- * selector: 'my-app',
11910
- * template: `
11911
- * <kendo-timepicker (blur)="handleBlur()"></kendo-timepicker>
11912
- * `
11913
- * })
11914
- * export class AppComponent {
11915
- * public handleBlur(): void {
11916
- * console.log("Component is blurred");
11917
- * }
11918
- * }
11919
- * ```
11811
+ * Fires each time the input element gets blurred
11812
+ * ([see example](slug:events_timepicker)).
11920
11813
  */
11921
11814
  this.onBlur = new EventEmitter();
11922
11815
  /**
11923
- * Fires each time the popup is about to open.
11816
+ * Fires each time the popup is about to open
11817
+ * ([see example](slug:events_timepicker)).
11924
11818
  * This event is preventable. If you cancel the event, the popup will remain closed.
11925
- * For more information, refer to the section on
11926
- * [events]({% slug overview_timepicker %}#toc-events).
11927
11819
  */
11928
11820
  this.open = new EventEmitter();
11929
11821
  /**
11930
- * Fires each time the popup is about to close.
11822
+ * Fires each time the popup is about to close
11823
+ * ([see example](slug:events_timepicker)).
11931
11824
  * This event is preventable. If you cancel the event, the popup will remain open.
11932
- * For more information, refer to the section on
11933
- * [events]({% slug overview_timepicker %}#toc-events).
11934
11825
  */
11935
11826
  this.close = new EventEmitter();
11936
11827
  /**
@@ -13461,30 +13352,30 @@ class DateTimePickerComponent {
13461
13352
  */
13462
13353
  this.adaptiveMode = 'none';
13463
13354
  /**
13464
- * Fires each time the user selects a new value.
13465
- * ([more information and example]({% slug overview_datetimepicker %}#toc-methods-and-events)).
13355
+ * Fires each time the user selects a new value
13356
+ * ([see example](slug:events_datetimepicker)).
13466
13357
  */
13467
13358
  this.valueChange = new EventEmitter();
13468
13359
  /**
13469
- * Fires each time the popup is about to open.
13360
+ * Fires each time the popup is about to open
13361
+ * ([see example](slug:events_datetimepicker)).
13470
13362
  * This event is preventable. If you cancel the event by setting `event.preventDefault()`, the popup will remain closed.
13471
- * ([more information and example]({% slug overview_datetimepicker %}#toc-methods-and-events)).
13472
13363
  */
13473
13364
  this.open = new EventEmitter();
13474
13365
  /**
13475
- * Fires each time the popup is about to close.
13366
+ * Fires each time the popup is about to close
13367
+ * ([see example](slug:events_datetimepicker)).
13476
13368
  * This event is preventable. If you cancel the event by setting `event.preventDefault()`, the popup will remain open.
13477
- * ([more information and example]({% slug overview_datetimepicker %}#toc-methods-and-events)).
13478
13369
  */
13479
13370
  this.close = new EventEmitter();
13480
13371
  /**
13481
- * Fires each time the user focuses the component.
13482
- * ([more information and example]({% slug overview_datetimepicker %}#toc-methods-and-events)).
13372
+ * Fires each time the user focuses the component
13373
+ * ([see example](slug:events_datetimepicker)).
13483
13374
  */
13484
13375
  this.onFocus = new EventEmitter();
13485
13376
  /**
13486
- * Fires each time the user blurs the component.
13487
- * ([more information and example]({% slug overview_datetimepicker %}#toc-methods-and-events)).
13377
+ * Fires each time the user blurs the component
13378
+ * ([see example](slug:events_datetimepicker)).
13488
13379
  */
13489
13380
  this.onBlur = new EventEmitter();
13490
13381
  /**
@@ -15939,29 +15830,30 @@ class DateRangePopupComponent {
15939
15830
  */
15940
15831
  this.title = "";
15941
15832
  /**
15942
- * Fires each time the popup is about to open.
15833
+ * Fires each time the popup is about to open
15834
+ * ([see example](slug:popup_daterange#toc-events)).
15943
15835
  * This event is preventable. If you cancel the event, the popup will remain closed.
15944
- * For more information, refer to the section on
15945
- * [events]({% slug overview_datepicker %}#toc-events).
15946
15836
  */
15947
15837
  this.open = new EventEmitter();
15948
15838
  /**
15949
- * Fires each time the popup is about to close.
15839
+ * Fires each time the popup is about to close
15840
+ * ([see example](slug:popup_daterange#toc-events)).
15950
15841
  * This event is preventable. If you cancel the event, the popup will remain open.
15951
- * For more information, refer to the section on
15952
- * [events]({% slug overview_datepicker %}#toc-events).
15953
15842
  */
15954
15843
  this.close = new EventEmitter();
15955
15844
  /**
15956
- * Fires each time the calendar element is blurred.
15845
+ * Fires each time the calendar element is blurred
15846
+ * ([see example](slug:popup_daterange#toc-events)).
15957
15847
  */
15958
15848
  this.onBlur = new EventEmitter();
15959
15849
  /**
15960
- * Fires each time the calendar element is focused.
15850
+ * Fires each time the calendar element is focused
15851
+ * ([see example](slug:popup_daterange#toc-events)).
15961
15852
  */
15962
15853
  this.onFocus = new EventEmitter();
15963
15854
  /**
15964
- * Fires each time the popup is closed either on `ESC` keypress or on leaving the viewport.
15855
+ * Fires each time the popup is closed either on `ESC` keypress or on leaving the viewport
15856
+ * ([see example](slug:popup_daterange#toc-events)).
15965
15857
  */
15966
15858
  this.cancel = new EventEmitter();
15967
15859
  /**
@@ -15988,7 +15880,7 @@ class DateRangePopupComponent {
15988
15880
  return this._subtitle;
15989
15881
  }
15990
15882
  /**
15991
- * The active calendar that is visible in the popup.
15883
+ * The active calendar that is visible in the popup
15992
15884
  *
15993
15885
  * > When the popup is closed, the property returns `null`.
15994
15886
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dateinputs",
3
- "version": "15.1.0",
3
+ "version": "15.1.1-develop.2",
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,20 +34,20 @@
34
34
  "@angular/forms": "13 - 17",
35
35
  "@angular/platform-browser": "13 - 17",
36
36
  "@progress/kendo-licensing": "^1.0.2",
37
- "@progress/kendo-angular-common": "15.1.0",
38
- "@progress/kendo-angular-intl": "15.1.0",
39
- "@progress/kendo-angular-l10n": "15.1.0",
40
- "@progress/kendo-angular-icons": "15.1.0",
41
- "@progress/kendo-angular-popup": "15.1.0",
42
- "@progress/kendo-angular-navigation": "15.1.0",
37
+ "@progress/kendo-angular-common": "15.1.1-develop.2",
38
+ "@progress/kendo-angular-intl": "15.1.1-develop.2",
39
+ "@progress/kendo-angular-l10n": "15.1.1-develop.2",
40
+ "@progress/kendo-angular-icons": "15.1.1-develop.2",
41
+ "@progress/kendo-angular-popup": "15.1.1-develop.2",
42
+ "@progress/kendo-angular-navigation": "15.1.1-develop.2",
43
43
  "rxjs": "^6.5.3 || ^7.0.0",
44
- "@progress/kendo-angular-buttons": "15.1.0",
45
- "@progress/kendo-angular-inputs": "15.1.0",
46
- "@progress/kendo-angular-label": "15.1.0"
44
+ "@progress/kendo-angular-buttons": "15.1.1-develop.2",
45
+ "@progress/kendo-angular-inputs": "15.1.1-develop.2",
46
+ "@progress/kendo-angular-label": "15.1.1-develop.2"
47
47
  },
48
48
  "dependencies": {
49
49
  "tslib": "^2.3.1",
50
- "@progress/kendo-angular-schematics": "15.1.0",
50
+ "@progress/kendo-angular-schematics": "15.1.1-develop.2",
51
51
  "@progress/kendo-common": "^0.2.0",
52
52
  "@progress/kendo-date-math": "^1.1.0",
53
53
  "@progress/kendo-dateinputs-common": "^0.3.2"
@@ -299,69 +299,30 @@ export declare class TimePickerComponent implements ControlValueAccessor, OnInit
299
299
  set fillMode(fillMode: DateInputFillMode);
300
300
  get fillMode(): DateInputFillMode;
301
301
  /**
302
- * Fires each time the user selects a new value.
303
- * For more information, refer to the section on
304
- * [events]({% slug overview_timepicker %}#toc-events).
302
+ * Fires each time the user selects a new value
303
+ * ([see example](slug:events_timepicker)).
305
304
  */
306
305
  valueChange: EventEmitter<Date>;
307
306
  /**
308
- * Fires each time the user focuses the input element.
309
- * For more information, refer to the section on
310
- * [events]({% slug overview_timepicker %}#toc-events).
311
- *
312
- * > To wire the event programmatically, use the `onFocus` property.
313
- *
314
- * @example
315
- * ```ts
316
- * _@Component({
317
- * selector: 'my-app',
318
- * template: `
319
- * <kendo-timepicker (focus)="handleFocus()"></kendo-timepicker>
320
- * `
321
- * })
322
- * export class AppComponent {
323
- * public handleFocus(): void {
324
- * console.log("Component is focused");
325
- * }
326
- * }
327
- * ```
307
+ * Fires each time the user focuses the input element
308
+ * ([see example](slug:events_timepicker)).
328
309
  */
329
310
  onFocus: EventEmitter<any>;
330
311
  /**
331
- * Fires each time the input element gets blurred.
332
- * For more information, refer to the section on
333
- * [events]({% slug overview_timepicker %}#toc-events).
334
- *
335
- * > To wire the event programmatically, use the `onBlur` property.
336
- *
337
- * @example
338
- * ```ts
339
- * _@Component({
340
- * selector: 'my-app',
341
- * template: `
342
- * <kendo-timepicker (blur)="handleBlur()"></kendo-timepicker>
343
- * `
344
- * })
345
- * export class AppComponent {
346
- * public handleBlur(): void {
347
- * console.log("Component is blurred");
348
- * }
349
- * }
350
- * ```
312
+ * Fires each time the input element gets blurred
313
+ * ([see example](slug:events_timepicker)).
351
314
  */
352
315
  onBlur: EventEmitter<any>;
353
316
  /**
354
- * Fires each time the popup is about to open.
317
+ * Fires each time the popup is about to open
318
+ * ([see example](slug:events_timepicker)).
355
319
  * This event is preventable. If you cancel the event, the popup will remain closed.
356
- * For more information, refer to the section on
357
- * [events]({% slug overview_timepicker %}#toc-events).
358
320
  */
359
321
  open: EventEmitter<PreventableEvent>;
360
322
  /**
361
- * Fires each time the popup is about to close.
323
+ * Fires each time the popup is about to close
324
+ * ([see example](slug:events_timepicker)).
362
325
  * This event is preventable. If you cancel the event, the popup will remain open.
363
- * For more information, refer to the section on
364
- * [events]({% slug overview_timepicker %}#toc-events).
365
326
  */
366
327
  close: EventEmitter<PreventableEvent>;
367
328
  /**