@progress/kendo-angular-dateinputs 16.0.0-develop.19 → 16.0.0-develop.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dateinputs",
3
- "version": "16.0.0-develop.19",
3
+ "version": "16.0.0-develop.20",
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": "15 - 17",
35
35
  "@angular/platform-browser": "15 - 17",
36
36
  "@progress/kendo-licensing": "^1.0.2",
37
- "@progress/kendo-angular-common": "16.0.0-develop.19",
38
- "@progress/kendo-angular-intl": "16.0.0-develop.19",
39
- "@progress/kendo-angular-l10n": "16.0.0-develop.19",
40
- "@progress/kendo-angular-icons": "16.0.0-develop.19",
41
- "@progress/kendo-angular-popup": "16.0.0-develop.19",
42
- "@progress/kendo-angular-navigation": "16.0.0-develop.19",
37
+ "@progress/kendo-angular-common": "16.0.0-develop.20",
38
+ "@progress/kendo-angular-intl": "16.0.0-develop.20",
39
+ "@progress/kendo-angular-l10n": "16.0.0-develop.20",
40
+ "@progress/kendo-angular-icons": "16.0.0-develop.20",
41
+ "@progress/kendo-angular-popup": "16.0.0-develop.20",
42
+ "@progress/kendo-angular-navigation": "16.0.0-develop.20",
43
43
  "rxjs": "^6.5.3 || ^7.0.0"
44
44
  },
45
45
  "dependencies": {
46
46
  "tslib": "^2.3.1",
47
- "@progress/kendo-angular-schematics": "16.0.0-develop.19",
47
+ "@progress/kendo-angular-schematics": "16.0.0-develop.20",
48
48
  "@progress/kendo-common": "^0.2.0",
49
49
  "@progress/kendo-date-math": "^1.1.0",
50
- "@progress/kendo-dateinputs-common": "^0.3.2"
50
+ "@progress/kendo-dateinputs-common": "^0.3.3"
51
51
  },
52
52
  "schematics": "./schematics/collection.json",
53
53
  "module": "fesm2015/progress-kendo-angular-dateinputs.mjs",
@@ -56,6 +56,10 @@ export declare class TimePickerMessages extends ComponentMessages {
56
56
  * The label of the **Dayperiod** part in the TimePicker.
57
57
  */
58
58
  dayperiod: string;
59
+ /**
60
+ * The title of the **Clear** button of the TimePicker.
61
+ */
62
+ clearTitle: string;
59
63
  static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerMessages, never>;
60
- static ɵdir: i0.ɵɵDirectiveDeclaration<TimePickerMessages, "kendo-timepicker-messages-base", never, { "accept": "accept"; "acceptLabel": "acceptLabel"; "cancel": "cancel"; "cancelLabel": "cancelLabel"; "now": "now"; "nowLabel": "nowLabel"; "toggle": "toggle"; "hour": "hour"; "minute": "minute"; "second": "second"; "millisecond": "millisecond"; "dayperiod": "dayperiod"; }, {}, never, never, false, never>;
64
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TimePickerMessages, "kendo-timepicker-messages-base", never, { "accept": "accept"; "acceptLabel": "acceptLabel"; "cancel": "cancel"; "cancelLabel": "cancelLabel"; "now": "now"; "nowLabel": "nowLabel"; "toggle": "toggle"; "hour": "hour"; "minute": "minute"; "second": "second"; "millisecond": "millisecond"; "dayperiod": "dayperiod"; "clearTitle": "clearTitle"; }, {}, never, never, false, never>;
61
65
  }
@@ -71,6 +71,12 @@ export declare class TimePickerComponent implements ControlValueAccessor, OnInit
71
71
  * the input will be rendered in a read-only state regardless of the `readOnlyInput` value.
72
72
  */
73
73
  readOnlyInput: boolean;
74
+ /**
75
+ * If set to `true`, renders a clear button after the input text or TimePicker value has been changed.
76
+ * Clicking this button resets the value of the component to `null` and triggers the `valueChange` event.
77
+ * @default false
78
+ */
79
+ clearButton: boolean;
74
80
  /**
75
81
  * Specifies the time format that is used to display the input value
76
82
  * ([see example]({% slug formats_timepicker %})).
@@ -545,5 +551,5 @@ export declare class TimePickerComponent implements ControlValueAccessor, OnInit
545
551
  private handleDateCompletenessChange;
546
552
  private setComponentClasses;
547
553
  static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerComponent, [null, null, null, null, null, null, null, null, null, null, { optional: true; }]>;
548
- static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerComponent, "kendo-timepicker", ["kendo-timepicker"], { "focusableId": "focusableId"; "disabled": "disabled"; "readonly": "readonly"; "readOnlyInput": "readOnlyInput"; "format": "format"; "formatPlaceholder": "formatPlaceholder"; "placeholder": "placeholder"; "min": "min"; "max": "max"; "incompleteDateValidation": "incompleteDateValidation"; "autoCorrectParts": "autoCorrectParts"; "autoSwitchParts": "autoSwitchParts"; "autoSwitchKeys": "autoSwitchKeys"; "enableMouseWheel": "enableMouseWheel"; "allowCaretMode": "allowCaretMode"; "cancelButton": "cancelButton"; "nowButton": "nowButton"; "steps": "steps"; "popupSettings": "popupSettings"; "tabindex": "tabindex"; "tabIndex": "tabIndex"; "title": "title"; "subtitle": "subtitle"; "rangeValidation": "rangeValidation"; "adaptiveMode": "adaptiveMode"; "value": "value"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "inputAttributes": "inputAttributes"; }, { "valueChange": "valueChange"; "onFocus": "focus"; "onBlur": "blur"; "open": "open"; "close": "close"; }, never, never, false, never>;
554
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerComponent, "kendo-timepicker", ["kendo-timepicker"], { "focusableId": "focusableId"; "disabled": "disabled"; "readonly": "readonly"; "readOnlyInput": "readOnlyInput"; "clearButton": "clearButton"; "format": "format"; "formatPlaceholder": "formatPlaceholder"; "placeholder": "placeholder"; "min": "min"; "max": "max"; "incompleteDateValidation": "incompleteDateValidation"; "autoCorrectParts": "autoCorrectParts"; "autoSwitchParts": "autoSwitchParts"; "autoSwitchKeys": "autoSwitchKeys"; "enableMouseWheel": "enableMouseWheel"; "allowCaretMode": "allowCaretMode"; "cancelButton": "cancelButton"; "nowButton": "nowButton"; "steps": "steps"; "popupSettings": "popupSettings"; "tabindex": "tabindex"; "tabIndex": "tabIndex"; "title": "title"; "subtitle": "subtitle"; "rangeValidation": "rangeValidation"; "adaptiveMode": "adaptiveMode"; "value": "value"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "inputAttributes": "inputAttributes"; }, { "valueChange": "valueChange"; "onFocus": "focus"; "onBlur": "blur"; "open": "open"; "close": "close"; }, never, never, false, never>;
549
555
  }