@progress/kendo-angular-dateinputs 22.1.0-develop.9 → 23.0.0-develop.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/calendar/calendar.component.d.ts +25 -25
- package/calendar/localization/calendar-custom-messages.component.d.ts +1 -1
- package/calendar/localization/multiview-calendar-custom-messages.component.d.ts +1 -1
- package/calendar/multiview-calendar.component.d.ts +18 -18
- package/calendar/templates/cell-template.directive.d.ts +2 -2
- package/calendar/templates/century-cell-template.directive.d.ts +1 -1
- package/calendar/templates/decade-cell-template.directive.d.ts +1 -1
- package/calendar/templates/footer-template.directive.d.ts +1 -1
- package/calendar/templates/header-template.directive.d.ts +1 -1
- package/calendar/templates/header-title-template.directive.d.ts +1 -1
- package/calendar/templates/month-cell-template.directive.d.ts +1 -1
- package/calendar/templates/navigation-item-template.directive.d.ts +1 -1
- package/calendar/templates/weeknumber-cell-template.directive.d.ts +1 -1
- package/calendar/templates/year-cell-template.directive.d.ts +1 -1
- package/common/models/fillmode.d.ts +1 -2
- package/common/models/size.d.ts +1 -2
- package/dateinput/dateinput.component.d.ts +18 -18
- package/dateinput/localization/dateinput-custom-messages.component.d.ts +1 -1
- package/dateinput/models/format-settings.model.d.ts +1 -1
- package/datepicker/datepicker.component.d.ts +33 -32
- package/datepicker/localization/datepicker-custom-messages.component.d.ts +1 -1
- package/daterange/date-range-end-input.directive.d.ts +1 -1
- package/daterange/date-range-popup.component.d.ts +24 -24
- package/daterange/date-range-selection.directive.d.ts +4 -4
- package/daterange/date-range-start-input.directive.d.ts +1 -1
- package/daterange/date-range.component.d.ts +1 -1
- package/daterange/localization/daterange-popup-custom-messages.component.d.ts +1 -1
- package/datetimepicker/datetimepicker.component.d.ts +30 -29
- package/datetimepicker/localization/datetimepicker-custom-messages.component.d.ts +1 -1
- package/datetimepicker/models/active-tab.type.d.ts +1 -1
- package/fesm2022/progress-kendo-angular-dateinputs.mjs +340 -393
- package/package-metadata.mjs +2 -2
- package/package.json +11 -11
- package/timepicker/localization/timepicker-custom-messages.component.d.ts +1 -1
- package/timepicker/timepicker.component.d.ts +22 -22
- package/util.d.ts +0 -12
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "
|
|
10
|
+
"publishDate": 1770286957,
|
|
11
|
+
"version": "23.0.0-develop.1",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dateinputs",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "23.0.0-develop.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",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"package": {
|
|
80
80
|
"productName": "Kendo UI for Angular",
|
|
81
81
|
"productCode": "KENDOUIANGULAR",
|
|
82
|
-
"publishDate":
|
|
82
|
+
"publishDate": 1770286957,
|
|
83
83
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
84
84
|
}
|
|
85
85
|
},
|
|
@@ -90,19 +90,19 @@
|
|
|
90
90
|
"@angular/forms": "19 - 21",
|
|
91
91
|
"@angular/platform-browser": "19 - 21",
|
|
92
92
|
"@progress/kendo-licensing": "^1.10.0",
|
|
93
|
-
"@progress/kendo-angular-buttons": "
|
|
94
|
-
"@progress/kendo-angular-common": "
|
|
95
|
-
"@progress/kendo-angular-utils": "
|
|
96
|
-
"@progress/kendo-angular-intl": "
|
|
97
|
-
"@progress/kendo-angular-l10n": "
|
|
98
|
-
"@progress/kendo-angular-icons": "
|
|
99
|
-
"@progress/kendo-angular-popup": "
|
|
100
|
-
"@progress/kendo-angular-navigation": "
|
|
93
|
+
"@progress/kendo-angular-buttons": "23.0.0-develop.1",
|
|
94
|
+
"@progress/kendo-angular-common": "23.0.0-develop.1",
|
|
95
|
+
"@progress/kendo-angular-utils": "23.0.0-develop.1",
|
|
96
|
+
"@progress/kendo-angular-intl": "23.0.0-develop.1",
|
|
97
|
+
"@progress/kendo-angular-l10n": "23.0.0-develop.1",
|
|
98
|
+
"@progress/kendo-angular-icons": "23.0.0-develop.1",
|
|
99
|
+
"@progress/kendo-angular-popup": "23.0.0-develop.1",
|
|
100
|
+
"@progress/kendo-angular-navigation": "23.0.0-develop.1",
|
|
101
101
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
102
102
|
},
|
|
103
103
|
"dependencies": {
|
|
104
104
|
"tslib": "^2.3.1",
|
|
105
|
-
"@progress/kendo-angular-schematics": "
|
|
105
|
+
"@progress/kendo-angular-schematics": "23.0.0-develop.1",
|
|
106
106
|
"@progress/kendo-common": "^1.0.1",
|
|
107
107
|
"@progress/kendo-date-math": "^1.1.0",
|
|
108
108
|
"@progress/kendo-dateinputs-common": "^0.4.7"
|
|
@@ -6,7 +6,7 @@ import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
|
6
6
|
import { TimePickerMessages } from './messages';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
9
|
-
* Represents the Kendo UI TimePicker custom messages component for Angular. Allows you to override default component messages ([see example](
|
|
9
|
+
* Represents the Kendo UI TimePicker custom messages component for Angular. Allows you to override default component messages ([see example](https://www.telerik.com/kendo-angular-ui/components/dateinputs/globalization#custom-messages)).
|
|
10
10
|
*
|
|
11
11
|
* @example
|
|
12
12
|
* ```html
|
|
@@ -25,7 +25,7 @@ import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
|
25
25
|
import { ActionSheetComponent } from '@progress/kendo-angular-navigation';
|
|
26
26
|
import * as i0 from "@angular/core";
|
|
27
27
|
/**
|
|
28
|
-
* Represents the [Kendo UI TimePicker component for Angular](
|
|
28
|
+
* Represents the [Kendo UI TimePicker component for Angular](https://www.telerik.com/kendo-angular-ui/components/dateinputs/timepicker).
|
|
29
29
|
*
|
|
30
30
|
* @example
|
|
31
31
|
* ```typescript
|
|
@@ -69,24 +69,24 @@ export declare class TimePickerComponent extends MultiTabStop implements Control
|
|
|
69
69
|
focusableId: string;
|
|
70
70
|
/**
|
|
71
71
|
* Determines whether the TimePicker is disabled
|
|
72
|
-
* ([see example](
|
|
73
|
-
* To learn how to disable the component in reactive forms, refer to the article on [Forms Support](
|
|
72
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/dateinputs/timepicker/disabled-state)).
|
|
73
|
+
* To learn how to disable the component in reactive forms, refer to the article on [Forms Support](https://www.telerik.com/kendo-angular-ui/components/dateinputs/timepicker/forms#managing-the-timepicker-disabled-state-in-reactive-forms).
|
|
74
74
|
*
|
|
75
75
|
* @default false
|
|
76
76
|
*/
|
|
77
77
|
disabled: boolean;
|
|
78
78
|
/**
|
|
79
79
|
* Determines the read-only state of the TimePicker
|
|
80
|
-
* ([see example](
|
|
80
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/dateinputs/timepicker/readonly-state#read-only-timepicker)).
|
|
81
81
|
*
|
|
82
82
|
* @default false
|
|
83
83
|
*/
|
|
84
84
|
readonly: boolean;
|
|
85
85
|
/**
|
|
86
86
|
* Sets the read-only state of the TimePicker input field
|
|
87
|
-
* ([see example](
|
|
87
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/dateinputs/timepicker/readonly-state#read-only-input)).
|
|
88
88
|
*
|
|
89
|
-
* If you set the [`readonly`](
|
|
89
|
+
* If you set the [`readonly`](https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/timepickercomponent#readonly) property value to `true`,
|
|
90
90
|
* the input will be rendered in a read-only state regardless of the `readOnlyInput` value.
|
|
91
91
|
* @default false
|
|
92
92
|
*/
|
|
@@ -99,33 +99,33 @@ export declare class TimePickerComponent extends MultiTabStop implements Control
|
|
|
99
99
|
clearButton: boolean;
|
|
100
100
|
/**
|
|
101
101
|
* Specifies the time format that is used to display the input value
|
|
102
|
-
* ([see example](
|
|
102
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/dateinputs/timepicker/formats)).
|
|
103
103
|
* @default 't'
|
|
104
104
|
*/
|
|
105
105
|
format: string;
|
|
106
106
|
/**
|
|
107
107
|
* Defines the descriptions of the format sections in the input field.
|
|
108
108
|
* For more information, refer to the article on
|
|
109
|
-
* [placeholders](
|
|
109
|
+
* [placeholders](https://www.telerik.com/kendo-angular-ui/components/dateinputs/timepicker/placeholders).
|
|
110
110
|
*/
|
|
111
111
|
formatPlaceholder: DateInputFormatPlaceholder;
|
|
112
112
|
/**
|
|
113
113
|
* Specifies the hint the TimePicker displays when its value is `null`.
|
|
114
114
|
* For more information, refer to the article on
|
|
115
|
-
* [placeholders](
|
|
115
|
+
* [placeholders](https://www.telerik.com/kendo-angular-ui/components/dateinputs/timepicker/placeholders).
|
|
116
116
|
* @default null
|
|
117
117
|
*/
|
|
118
118
|
placeholder: string;
|
|
119
119
|
/**
|
|
120
120
|
* Specifies the smallest valid time value
|
|
121
|
-
* ([see example](
|
|
121
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/dateinputs/timepicker/time-ranges)).
|
|
122
122
|
* @default `00:00:00`
|
|
123
123
|
*/
|
|
124
124
|
set min(min: Date);
|
|
125
125
|
get min(): Date;
|
|
126
126
|
/**
|
|
127
127
|
* Specifies the biggest valid time value
|
|
128
|
-
* ([see example](
|
|
128
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/dateinputs/timepicker/time-ranges)).
|
|
129
129
|
* @default `23:59:59`
|
|
130
130
|
*/
|
|
131
131
|
set max(max: Date);
|
|
@@ -175,7 +175,7 @@ export declare class TimePickerComponent extends MultiTabStop implements Control
|
|
|
175
175
|
/**
|
|
176
176
|
* Configures the incremental steps of the TimePicker.
|
|
177
177
|
* For more information, refer to the article on
|
|
178
|
-
* [incremental steps](
|
|
178
|
+
* [incremental steps](https://www.telerik.com/kendo-angular-ui/components/dateinputs/timepicker/incremental-steps).
|
|
179
179
|
*
|
|
180
180
|
* If the incremental step is greater than `1`, the **Now** button will be hidden.
|
|
181
181
|
*/
|
|
@@ -202,12 +202,12 @@ export declare class TimePickerComponent extends MultiTabStop implements Control
|
|
|
202
202
|
get tabIndex(): number;
|
|
203
203
|
/**
|
|
204
204
|
* Sets the title of the input element of the TimePicker and the title text rendered
|
|
205
|
-
* in the header of the popup(action sheet). Applicable only when [`AdaptiveMode` is set to `auto`](
|
|
205
|
+
* in the header of the popup(action sheet). Applicable only when [`AdaptiveMode` is set to `auto`](https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/adaptivemode).
|
|
206
206
|
*/
|
|
207
207
|
adaptiveTitle: string;
|
|
208
208
|
/**
|
|
209
209
|
* Sets the subtitle text rendered in the header of the popup(action sheet).
|
|
210
|
-
* Applicable only when [`AdaptiveMode` is set to `auto`](
|
|
210
|
+
* Applicable only when [`AdaptiveMode` is set to `auto`](https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/adaptivemode).
|
|
211
211
|
* By default, subtitle is not rendered.
|
|
212
212
|
*/
|
|
213
213
|
adaptiveSubtitle: string;
|
|
@@ -231,20 +231,20 @@ export declare class TimePickerComponent extends MultiTabStop implements Control
|
|
|
231
231
|
get value(): Date | null;
|
|
232
232
|
/**
|
|
233
233
|
* Sets the size of the component.
|
|
234
|
-
* @default
|
|
234
|
+
* @default undefined
|
|
235
235
|
*/
|
|
236
236
|
set size(size: DateInputSize);
|
|
237
237
|
get size(): DateInputSize;
|
|
238
238
|
/**
|
|
239
239
|
* Sets the rounded styling of the component.
|
|
240
|
-
* @default
|
|
240
|
+
* @default undefined
|
|
241
241
|
*
|
|
242
242
|
*/
|
|
243
243
|
set rounded(rounded: DateInputRounded);
|
|
244
244
|
get rounded(): DateInputRounded;
|
|
245
245
|
/**
|
|
246
246
|
* Sets the fillMode of the component.
|
|
247
|
-
* @default
|
|
247
|
+
* @default undefined
|
|
248
248
|
*/
|
|
249
249
|
set fillMode(fillMode: DateInputFillMode);
|
|
250
250
|
get fillMode(): DateInputFillMode;
|
|
@@ -256,28 +256,28 @@ export declare class TimePickerComponent extends MultiTabStop implements Control
|
|
|
256
256
|
};
|
|
257
257
|
/**
|
|
258
258
|
* Fires each time the user selects a new value
|
|
259
|
-
* ([see example](
|
|
259
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/dateinputs/timepicker/events)).
|
|
260
260
|
*/
|
|
261
261
|
valueChange: EventEmitter<Date>;
|
|
262
262
|
/**
|
|
263
263
|
* Fires each time the user focuses the input element
|
|
264
|
-
* ([see example](
|
|
264
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/dateinputs/timepicker/events)).
|
|
265
265
|
*/
|
|
266
266
|
onFocus: EventEmitter<any>;
|
|
267
267
|
/**
|
|
268
268
|
* Fires each time the input element gets blurred
|
|
269
|
-
* ([see example](
|
|
269
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/dateinputs/timepicker/events)).
|
|
270
270
|
*/
|
|
271
271
|
onBlur: EventEmitter<any>;
|
|
272
272
|
/**
|
|
273
273
|
* Fires each time the popup is about to open
|
|
274
|
-
* ([see example](
|
|
274
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/dateinputs/timepicker/events)).
|
|
275
275
|
* This event is preventable. If you cancel the event, the popup will remain closed.
|
|
276
276
|
*/
|
|
277
277
|
open: EventEmitter<PreventableEvent>;
|
|
278
278
|
/**
|
|
279
279
|
* Fires each time the popup is about to close
|
|
280
|
-
* ([see example](
|
|
280
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/dateinputs/timepicker/events)).
|
|
281
281
|
* This event is preventable. If you cancel the event, the popup will remain open.
|
|
282
282
|
*/
|
|
283
283
|
close: EventEmitter<PreventableEvent>;
|
package/util.d.ts
CHANGED
|
@@ -185,18 +185,6 @@ export declare const getRoundedClass: (rounded: DateInputRounded) => string;
|
|
|
185
185
|
* Return the fillMode class based on the component and fillMode input.
|
|
186
186
|
*/
|
|
187
187
|
export declare const getFillModeClass: (component: string, fillMode: DateInputFillMode) => string;
|
|
188
|
-
/**
|
|
189
|
-
* @hidden
|
|
190
|
-
*/
|
|
191
|
-
export declare const DEFAULT_ROUNDED: DateInputRounded;
|
|
192
|
-
/**
|
|
193
|
-
* @hidden
|
|
194
|
-
*/
|
|
195
|
-
export declare const DEFAULT_SIZE: DateInputSize;
|
|
196
|
-
/**
|
|
197
|
-
* @hidden
|
|
198
|
-
*/
|
|
199
|
-
export declare const DEFAULT_FILL_MODE: DateInputFillMode;
|
|
200
188
|
/**
|
|
201
189
|
* Specifies the adaptive rendering of the component.
|
|
202
190
|
*
|