@progress/kendo-react-dateinputs 9.3.0-develop.1 → 9.3.0-develop.3

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.
@@ -5,4 +5,4 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("react"),s=require("@progress/kendo-react-labels");function i(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const o=i(l),a=e=>{const[n,t]=o.useState(!1),r=()=>{var c;e.current&&t(!!((c=e.current.element)!=null&&c.value||e.current.text))};return o.useEffect(r),{editorValue:n}},u=e=>{const{dateInput:n,...t}=e,r=a(n);return o.createElement(s.FloatingLabel,{...t,...r})};exports.PickerFloatingLabel=u;exports.usePickerFloatingLabel=a;
8
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("react"),s=require("@progress/kendo-react-labels");function i(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const o=i(l),a=e=>{const[n,t]=o.useState(!1),r=()=>{var c;e.current&&t(!!((c=e.current.element)!=null&&c.value&&e.current.text))};return o.useEffect(r),{editorValue:n}},u=e=>{const{dateInput:n,...t}=e,r=a(n);return o.createElement(s.FloatingLabel,{...t,...r})};exports.PickerFloatingLabel=u;exports.usePickerFloatingLabel=a;
@@ -11,7 +11,7 @@ import { FloatingLabel as c } from "@progress/kendo-react-labels";
11
11
  const a = (e) => {
12
12
  const [t, o] = n.useState(!1), r = () => {
13
13
  var s;
14
- e.current && o(!!((s = e.current.element) != null && s.value || e.current.text));
14
+ e.current && o(!!((s = e.current.element) != null && s.value && e.current.text));
15
15
  };
16
16
  return n.useEffect(r), {
17
17
  editorValue: t
package/index.d.mts CHANGED
@@ -13,7 +13,6 @@ import { DateFormatOptions } from '@progress/kendo-react-intl';
13
13
  import { DateFormatOptions as DateFormatOptions_2 } from '@progress/kendo-intl';
14
14
  import { DateFormatPart } from '@progress/kendo-react-intl';
15
15
  import { DateFormatPart as DateFormatPart_2 } from '@progress/kendo-intl';
16
- import { DateInputIncrementalSteps as DateInputIncrementalSteps_2 } from './models';
17
16
  import { DateInputsClassStructure } from '@progress/kendo-react-common';
18
17
  import { default as default_2 } from 'prop-types';
19
18
  import { FormComponent } from '@progress/kendo-react-common';
@@ -549,21 +548,20 @@ export declare class CenturyViewService implements ViewService {
549
548
  private normalize;
550
549
  }
551
550
 
552
- /** @hidden */
553
- export declare type DateInput = DateInputHandle;
554
-
555
551
  /**
556
552
  * Represents the KendoReact DateInput Component.
557
553
  *
558
554
  * Accepts properties of type [DateInputProps]({% slug api_dateinputs_dateinputprops %}).
559
555
  * Obtaining the `ref` returns an object of type [DateInputHandle]({% slug api_dateinputs_dateinputhandle %}).
560
556
  */
561
- export declare const DateInput: React_2.ForwardRefExoticComponent<DateInputProps<any> & React_2.RefAttributes<any>>;
557
+ export declare const DateInput: React_2.ForwardRefExoticComponent<DateInputProps<any> & React_2.RefAttributes<DateInputHandle>>;
558
+
559
+ export declare type DateInput = DateInputHandle;
562
560
 
563
561
  /**
564
562
  * The arguments for the `change` event of the DateInput. The generic argument sets the target type of the event. Defaults to `DateInput`.
565
563
  */
566
- export declare interface DateInputChangeEvent<T = DateInput> {
564
+ export declare interface DateInputChangeEvent<T = DateInputHandle> {
567
565
  nativeEvent?: any;
568
566
  syntheticEvent: React_2.SyntheticEvent<any>;
569
567
  value: Date | null;
@@ -628,6 +626,33 @@ export declare interface DateInputCustomFormatPlaceholder {
628
626
  second?: string;
629
627
  }
630
628
 
629
+ /**
630
+ * @hidden
631
+ */
632
+ export declare const dateInputDefaultProps: {
633
+ format: string;
634
+ size: "small" | "large" | "medium" | null | undefined;
635
+ rounded: "small" | "large" | "medium" | "full" | null | undefined;
636
+ fillMode: "flat" | "solid" | "outline" | null | undefined;
637
+ formatPlaceholder: DateInputFormatPlaceholder;
638
+ spinners: boolean;
639
+ disabled: boolean;
640
+ max: Date;
641
+ min: Date;
642
+ minTime: Date;
643
+ maxTime: Date;
644
+ validityStyles: boolean;
645
+ validationMessage: string;
646
+ placeholder: null;
647
+ enableMouseWheel: boolean;
648
+ autoCorrectParts: boolean;
649
+ autoSwitchParts: boolean;
650
+ allowCaretMode: boolean;
651
+ twoDigitYearMax: number;
652
+ ariaHasPopup: string;
653
+ autoFocus: boolean;
654
+ };
655
+
631
656
  /**
632
657
  * The union type which defines all possible format options of the DateInput placeholder.
633
658
  *
@@ -642,7 +667,27 @@ export declare type DateInputFormatPlaceholder = 'wide' | 'narrow' | 'short' | '
642
667
  /**
643
668
  * Represent the `ref` of the DateInput component.
644
669
  */
645
- export declare interface DateInputHandle extends Pick<DateInputWithoutContext, keyof DateInputWithoutContext> {
670
+ export declare interface DateInputHandle {
671
+ /**
672
+ * @hidden
673
+ */
674
+ focus: () => void;
675
+ /**
676
+ * @hidden
677
+ */
678
+ updateOnPaste: (event: React_2.SyntheticEvent<HTMLInputElement>) => void;
679
+ /**
680
+ * Represents the props of the DateInput component.
681
+ */
682
+ props: Readonly<DateInputProps>;
683
+ /**
684
+ * Represents the text of the DateInput component.
685
+ */
686
+ text: string;
687
+ /**
688
+ * Represents the options of the DateInput component.
689
+ */
690
+ options: DateInputOptions;
646
691
  /**
647
692
  * Returns the HTML element of the DateInput component.
648
693
  */
@@ -695,12 +740,96 @@ declare class DateInputIntl {
695
740
  constructor(service: IntlService);
696
741
  }
697
742
 
743
+ /**
744
+ * Represents the options type of the DateInput.
745
+ */
746
+ declare interface DateInputOptions {
747
+ /**
748
+ * Specifies the `date` format which is used for formatting the value ([see example]({% slug formats_dateinput %})). If not set, the default format will be used.
749
+ */
750
+ format: string | DateFormatOptions_2;
751
+ /**
752
+ * Specifies the incremental steps of the DateInput ([see example]({% slug incrementalsteps_dateinput %})).
753
+ *
754
+ * The available options are:
755
+ * - `year: Number`&mdash;Controls the incremental step of the year value.
756
+ * - `month: Number`&mdash;Controls the incremental step of the month value.
757
+ * - `day: Number`&mdash;Controls the incremental step of the day value.
758
+ * - `hour: Number`&mdash;Controls the incremental step of the hour value.
759
+ * - `minute: Number`&mdash;Controls the incremental step of the minute value.
760
+ * - `second: Number`&mdash;Controls the incremental step of the second value.
761
+ */
762
+ steps?: DateInputIncrementalSteps;
763
+ /**
764
+ * Specifies the descriptions of the format sections in the input field ([more information and example]({% slug placeholders_dateinput %})).
765
+ */
766
+ formatPlaceholder?: DateInputFormatPlaceholder;
767
+ /**
768
+ * Specifies the hint the DateInput displays when its value is `null` or there is no partial selection.
769
+ * For more information, refer to the article on
770
+ * [placeholders]({% slug placeholders_dateinput %}).
771
+ */
772
+ placeholder?: string | null;
773
+ /**
774
+ * Determines wether should select the previous segment on backspace.
775
+ *
776
+ * @default `true`
777
+ */
778
+ selectPreviousSegmentOnBackspace: boolean;
779
+ /**
780
+ * Specifies the value of the DateInput.
781
+ */
782
+ value: Date | null;
783
+ /**
784
+ * The Intl object that provides internationalization support.
785
+ */
786
+ intlService: DateInputIntl;
787
+ /**
788
+ * When enabled, the DateInput will autofill the rest of the date to the current date when the component loses focus.
789
+ *
790
+ * @default `false`
791
+ */
792
+ autoFill: boolean;
793
+ enableMouseWheel: boolean;
794
+ /**
795
+ * Indicates whether the mouse scroll can be used to increase/decrease the date segments values.
796
+ *
797
+ * @default `true`
798
+ */
799
+ autoCorrectParts: boolean;
800
+ /**
801
+ * Determines whether to automatically move to the next segment after the user completes the current one.
802
+ *
803
+ * @default `true`
804
+ */
805
+ autoSwitchParts: boolean;
806
+ /**
807
+ * A string array representing custom keys, which will move the focus to the next date format segment.
808
+ *
809
+ * @default `[]`
810
+ */
811
+ autoSwitchKeys: string[];
812
+ /**
813
+ * The maximum year to assume to be from the current century when typing two-digit year value ([see example]({% slug formats_dateinput %}#toc-two---digit-year-max)).
814
+ * The default value of 68, indicating that typing any value less than 69 will be assumed to be 20xx, while 69 and larger will be assumed to be 19xx.
815
+ *
816
+ * @default `68`
817
+ */
818
+ twoDigitYearMax: number;
819
+ /**
820
+ * Determines if the users should see a blinking caret inside the Date Input when possible.
821
+ *
822
+ * @default `false`
823
+ */
824
+ allowCaretMode: boolean;
825
+ }
826
+
698
827
  /**
699
828
  * Represents the props of the [KendoReact DateInput component]({% slug overview_dateinput %}). The generic argument is passed to the `onChange` property and is used as a target in the [`DateInputChangeEvent`]({% slug api_dateinputs_dateinputchangeevent %}) interface.
700
829
  */
701
- export declare interface DateInputProps<T extends DateInput = any> extends FormComponentProps, DateInputSettings, DateInputCommonPackageProps {
830
+ export declare interface DateInputProps<T extends DateInputHandle = any> extends FormComponentProps, DateInputSettings, DateInputCommonPackageProps {
702
831
  /** @hidden */
703
- _ref?: React_2.MutableRefObject<DateInput | null>;
832
+ _ref?: React_2.MutableRefObject<DateInputHandle | null>;
704
833
  /**
705
834
  * @hidden
706
835
  */
@@ -974,244 +1103,6 @@ declare interface DateInputsPopupSettings extends PopupProps {
974
1103
  popupClass?: string;
975
1104
  }
976
1105
 
977
- /** @hidden */
978
- export declare class DateInputWithoutContext extends React_2.Component<DateInputProps, {
979
- focused: boolean;
980
- }> implements FormComponent {
981
- /**
982
- * @hidden
983
- */
984
- static displayName: string;
985
- /**
986
- * @hidden
987
- */
988
- static propTypes: {
989
- value: default_2.Requireable<Date>;
990
- format: default_2.Requireable<NonNullable<string | default_2.InferProps<{
991
- skeleton: default_2.Requireable<string>;
992
- pattern: default_2.Requireable<string>;
993
- date: default_2.Requireable<string>;
994
- time: default_2.Requireable<string>;
995
- datetime: default_2.Requireable<string>;
996
- era: default_2.Requireable<string>;
997
- year: default_2.Requireable<string>;
998
- month: default_2.Requireable<string>;
999
- day: default_2.Requireable<string>;
1000
- weekday: default_2.Requireable<string>;
1001
- hour: default_2.Requireable<string>;
1002
- hour12: default_2.Requireable<boolean>;
1003
- minute: default_2.Requireable<string>;
1004
- second: default_2.Requireable<string>;
1005
- timeZoneName: default_2.Requireable<string>;
1006
- }> | null | undefined>>;
1007
- formatPlaceholder: default_2.Requireable<NonNullable<"short" | "narrow" | "wide" | "formatPattern" | default_2.InferProps<{
1008
- year: default_2.Requireable<string>;
1009
- month: default_2.Requireable<string>;
1010
- day: default_2.Requireable<string>;
1011
- hour: default_2.Requireable<string>;
1012
- minute: default_2.Requireable<string>;
1013
- second: default_2.Requireable<string>;
1014
- }> | null | undefined>>;
1015
- width: default_2.Requireable<NonNullable<string | number | null | undefined>>;
1016
- tabIndex: default_2.Requireable<number>;
1017
- title: default_2.Requireable<string>;
1018
- steps: default_2.Requireable<default_2.InferProps<{
1019
- year: default_2.Requireable<number>;
1020
- month: default_2.Requireable<number>;
1021
- day: default_2.Requireable<number>;
1022
- hour: default_2.Requireable<number>;
1023
- minute: default_2.Requireable<number>;
1024
- second: default_2.Requireable<number>;
1025
- }>>;
1026
- min: default_2.Requireable<Date>;
1027
- max: default_2.Requireable<Date>;
1028
- disabled: default_2.Requireable<boolean>;
1029
- spinners: default_2.Requireable<boolean>;
1030
- name: default_2.Requireable<string>;
1031
- dir: default_2.Requireable<string>;
1032
- label: default_2.Requireable<string>;
1033
- id: default_2.Requireable<string>;
1034
- ariaLabelledBy: default_2.Requireable<string>;
1035
- ariaDescribedBy: default_2.Requireable<string>;
1036
- ariaLabel: default_2.Requireable<string>;
1037
- ariaRole: default_2.Requireable<string>;
1038
- ariaHasPopup: default_2.Requireable<NonNullable<string | boolean | null | undefined>>;
1039
- ariaExpanded: default_2.Requireable<NonNullable<boolean | null | undefined>>;
1040
- onChange: default_2.Requireable<(...args: any[]) => any>;
1041
- validationMessage: default_2.Requireable<string>;
1042
- required: default_2.Requireable<boolean>;
1043
- validate: default_2.Requireable<boolean>;
1044
- valid: default_2.Requireable<boolean>;
1045
- size: default_2.Requireable<"small" | "large" | "medium" | null | undefined>;
1046
- rounded: default_2.Requireable<"small" | "large" | "medium" | "full" | null | undefined>;
1047
- fillMode: default_2.Requireable<"flat" | "solid" | "outline" | null | undefined>;
1048
- autoFocus: default_2.Requireable<boolean>;
1049
- inputAttributes: default_2.Requireable<object>;
1050
- };
1051
- /**
1052
- * @hidden
1053
- */
1054
- static defaultProps: {
1055
- format: string;
1056
- size: "small" | "large" | "medium" | null | undefined;
1057
- rounded: "small" | "large" | "medium" | "full" | null | undefined;
1058
- fillMode: "flat" | "solid" | "outline" | null | undefined;
1059
- formatPlaceholder: DateInputFormatPlaceholder;
1060
- spinners: boolean;
1061
- disabled: boolean;
1062
- max: Date;
1063
- min: Date;
1064
- minTime: Date;
1065
- maxTime: Date;
1066
- validityStyles: boolean;
1067
- validationMessage: string;
1068
- placeholder: null;
1069
- enableMouseWheel: boolean;
1070
- autoCorrectParts: boolean;
1071
- autoSwitchParts: boolean;
1072
- allowCaretMode: boolean;
1073
- twoDigitYearMax: number;
1074
- ariaHasPopup: string;
1075
- autoFocus: boolean;
1076
- };
1077
- private kendoDate;
1078
- private kendoDateObject;
1079
- private mounted;
1080
- private valueDuringOnChange;
1081
- private _element;
1082
- private _wrapper;
1083
- private _nativeEvent;
1084
- private get _inputId();
1085
- private isFormatChanged;
1086
- private mapFormatToCommonFormat;
1087
- constructor(props: DateInputProps);
1088
- /**
1089
- * Gets the value of the DateInput.
1090
- */
1091
- get value(): Date | null;
1092
- /**
1093
- * Gets the `name` property of the DateInput.
1094
- */
1095
- get name(): string | undefined;
1096
- protected get min(): Date;
1097
- protected get max(): Date;
1098
- protected get isInSegmentSelection(): Date;
1099
- /**
1100
- * @hidden
1101
- */
1102
- get text(): string;
1103
- /**
1104
- * Represents the validity state into which the DateInput is set.
1105
- */
1106
- get validity(): FormComponentValidity;
1107
- /**
1108
- * Gets the element of the DateInput.
1109
- *
1110
- * @return - An `HTMLInputElement`.
1111
- *
1112
- * @example
1113
- * ```jsx
1114
- * class App extends React.Component {
1115
- * constructor(props) {
1116
- * super(props);
1117
- * }
1118
- * element = null;
1119
- * render() {
1120
- * return (
1121
- * <div>
1122
- * <DateInput
1123
- * ref={(dateInput) =>
1124
- * this.element = dateInput ? dateInput.element : null}
1125
- * />
1126
- * <button onClick={() => console.log(this.element)}>console.log the element</button>
1127
- * </div>
1128
- * );
1129
- * }
1130
- * }
1131
- *
1132
- * ReactDOM.render(
1133
- * <App />,
1134
- * document.getElementsByTagName('my-app')[0]
1135
- * );
1136
- * ```
1137
- */
1138
- get element(): HTMLInputElement | null;
1139
- /**
1140
- * @hidden
1141
- */
1142
- focus: () => void;
1143
- /**
1144
- * @hidden
1145
- */
1146
- protected get validityStyles(): boolean;
1147
- /**
1148
- * @hidden
1149
- */
1150
- protected get required(): boolean;
1151
- /**
1152
- * @hidden
1153
- */
1154
- protected get wrapper(): HTMLSpanElement | null;
1155
- /**
1156
- * @hidden
1157
- */
1158
- get options(): {
1159
- format: string | DateFormatOptions | undefined;
1160
- steps: DateInputIncrementalSteps_2 | undefined;
1161
- formatPlaceholder: DateInputFormatPlaceholder | undefined;
1162
- placeholder: string | null | undefined;
1163
- selectPreviousSegmentOnBackspace: boolean;
1164
- value: Date | null;
1165
- intlService: DateInputIntl;
1166
- autoFill: boolean;
1167
- enableMouseWheel: boolean | undefined;
1168
- autoCorrectParts: boolean | undefined;
1169
- autoSwitchParts: boolean | undefined;
1170
- autoSwitchKeys: string[];
1171
- twoDigitYearMax: number | undefined;
1172
- allowCaretMode: boolean | undefined;
1173
- };
1174
- /**
1175
- * @hidden
1176
- */
1177
- componentDidMount(): void;
1178
- /**
1179
- * @hidden
1180
- */
1181
- componentDidUpdate(prevProps: DateInputProps): void;
1182
- /**
1183
- * @hidden
1184
- */
1185
- componentWillUnmount(): void;
1186
- /**
1187
- * @hidden
1188
- */
1189
- render(): any;
1190
- /**
1191
- * @hidden
1192
- */
1193
- intl(): IntlService;
1194
- /**
1195
- * @hidden
1196
- */
1197
- protected get intlCommon(): DateInputIntl;
1198
- /**
1199
- * @hidden
1200
- */
1201
- protected setValidity: () => void;
1202
- protected updateOnPaste: (event: React_2.SyntheticEvent<HTMLInputElement>) => void;
1203
- private spinnersMouseDown;
1204
- private handleClick;
1205
- private nativeWheel;
1206
- private increasePart;
1207
- private decreasePart;
1208
- private elementOnFocus;
1209
- private elementOnBlur;
1210
- private triggerChange;
1211
- private onChange;
1212
- private initKendoDate;
1213
- }
1214
-
1215
1106
  /**
1216
1107
  * Represents the KendoReact DatePicker Component.
1217
1108
  *
@@ -1220,6 +1111,8 @@ export declare class DateInputWithoutContext extends React_2.Component<DateInput
1220
1111
  */
1221
1112
  export declare const DatePicker: React_2.ForwardRefExoticComponent<DatePickerProps & React_2.RefAttributes<DatePickerHandle>>;
1222
1113
 
1114
+ export declare type DatePicker = DatePickerHandle;
1115
+
1223
1116
  /**
1224
1117
  * The arguments for the `onChange` event of the DatePicker.
1225
1118
  */
@@ -1294,7 +1187,7 @@ export declare interface DatePickerHandle {
1294
1187
  /**
1295
1188
  * Gets the DateInput component inside the DatePicker component.
1296
1189
  */
1297
- dateInput: DateInput | null;
1190
+ dateInput: DateInputHandle | null;
1298
1191
  /**
1299
1192
  * Gets the `name` property of the DatePicker.
1300
1193
  */
@@ -1632,11 +1525,11 @@ export declare interface DateRangePickerHandle extends Pick<DateRangePickerWitho
1632
1525
  /**
1633
1526
  * Gets the end DateInput component inside the DateRangePicker component.
1634
1527
  */
1635
- endDateInput: DateInput | null;
1528
+ endDateInput: DateInputHandle | null;
1636
1529
  /**
1637
1530
  * Gets the start DateInput component inside the DateRangePicker component.
1638
1531
  */
1639
- startDateInput: DateInput | null;
1532
+ startDateInput: DateInputHandle | null;
1640
1533
  /**
1641
1534
  * Gets the value of the DateRangePicker.
1642
1535
  */
@@ -1875,69 +1768,7 @@ export declare class DateRangePickerWithoutContext extends React_2.Component<Dat
1875
1768
  defaultShow: default_2.Requireable<boolean>;
1876
1769
  defaultValue: default_2.Validator<SelectionRange>;
1877
1770
  disabled: default_2.Requireable<boolean>;
1878
- endDateInputSettings: default_2.Requireable<default_2.InferProps<{
1879
- value: default_2.Requireable<Date>;
1880
- format: default_2.Requireable<NonNullable<string | default_2.InferProps<{
1881
- skeleton: default_2.Requireable<string>;
1882
- pattern: default_2.Requireable<string>;
1883
- date: default_2.Requireable<string>;
1884
- time: default_2.Requireable<string>;
1885
- datetime: default_2.Requireable<string>;
1886
- era: default_2.Requireable<string>;
1887
- year: default_2.Requireable<string>;
1888
- month: default_2.Requireable<string>;
1889
- day: default_2.Requireable<string>;
1890
- weekday: default_2.Requireable<string>;
1891
- hour: default_2.Requireable<string>;
1892
- hour12: default_2.Requireable<boolean>;
1893
- minute: default_2.Requireable<string>;
1894
- second: default_2.Requireable<string>;
1895
- timeZoneName: default_2.Requireable<string>;
1896
- }> | null | undefined>>;
1897
- formatPlaceholder: default_2.Requireable<NonNullable<"short" | "narrow" | "wide" | "formatPattern" | default_2.InferProps<{
1898
- year: default_2.Requireable<string>;
1899
- month: default_2.Requireable<string>;
1900
- day: default_2.Requireable<string>;
1901
- hour: default_2.Requireable<string>;
1902
- minute: default_2.Requireable<string>;
1903
- second: default_2.Requireable<string>;
1904
- }> | null | undefined>>;
1905
- width: default_2.Requireable<NonNullable<string | number | null | undefined>>;
1906
- tabIndex: default_2.Requireable<number>;
1907
- title: default_2.Requireable<string>;
1908
- steps: default_2.Requireable<default_2.InferProps<{
1909
- year: default_2.Requireable<number>;
1910
- month: default_2.Requireable<number>;
1911
- day: default_2.Requireable<number>;
1912
- hour: default_2.Requireable<number>;
1913
- minute: default_2.Requireable<number>;
1914
- second: default_2.Requireable<number>;
1915
- }>>;
1916
- min: default_2.Requireable<Date>;
1917
- max: default_2.Requireable<Date>;
1918
- disabled: default_2.Requireable<boolean>;
1919
- spinners: default_2.Requireable<boolean>;
1920
- name: default_2.Requireable<string>;
1921
- dir: default_2.Requireable<string>;
1922
- label: default_2.Requireable<string>;
1923
- id: default_2.Requireable<string>;
1924
- ariaLabelledBy: default_2.Requireable<string>;
1925
- ariaDescribedBy: default_2.Requireable<string>;
1926
- ariaLabel: default_2.Requireable<string>;
1927
- ariaRole: default_2.Requireable<string>;
1928
- ariaHasPopup: default_2.Requireable<NonNullable<string | boolean | null | undefined>>;
1929
- ariaExpanded: default_2.Requireable<NonNullable<boolean | null | undefined>>;
1930
- onChange: default_2.Requireable<(...args: any[]) => any>;
1931
- validationMessage: default_2.Requireable<string>;
1932
- required: default_2.Requireable<boolean>;
1933
- validate: default_2.Requireable<boolean>;
1934
- valid: default_2.Requireable<boolean>;
1935
- size: default_2.Requireable<"small" | "large" | "medium" | null | undefined>;
1936
- rounded: default_2.Requireable<"small" | "large" | "medium" | "full" | null | undefined>;
1937
- fillMode: default_2.Requireable<"flat" | "solid" | "outline" | null | undefined>;
1938
- autoFocus: default_2.Requireable<boolean>;
1939
- inputAttributes: default_2.Requireable<object>;
1940
- }>>;
1771
+ endDateInputSettings: default_2.Requireable<default_2.InferProps<default_2.ValidationMap<DateInputProps<any>>>>;
1941
1772
  focusedDate: default_2.Requireable<Date>;
1942
1773
  format: default_2.Requireable<NonNullable<string | default_2.InferProps<{
1943
1774
  skeleton: default_2.Requireable<string>;
@@ -2010,11 +1841,11 @@ export declare class DateRangePickerWithoutContext extends React_2.Component<Dat
2010
1841
  /**
2011
1842
  * Gets the start DateInput component inside the DatePicker component.
2012
1843
  */
2013
- get startDateInput(): DateInput | null;
1844
+ get startDateInput(): DateInputHandle | null;
2014
1845
  /**
2015
1846
  * Gets the end DateInput component inside the DatePicker component.
2016
1847
  */
2017
- get endDateInput(): DateInput | null;
1848
+ get endDateInput(): DateInputHandle | null;
2018
1849
  /**
2019
1850
  * Gets the MultiVieCalendar inside the DateRangePicker.
2020
1851
  */
@@ -2116,7 +1947,7 @@ export declare interface DateTimePickerHandle extends Pick<DateTimePickerWithout
2116
1947
  /**
2117
1948
  * Gets the DateInput component inside the DateTimePicker component.
2118
1949
  */
2119
- dateInput: DateInput | null;
1950
+ dateInput: DateInputHandle | null;
2120
1951
  /**
2121
1952
  * Returns the HTML element of the DateTimePicker component.
2122
1953
  */
@@ -2528,7 +2359,7 @@ export declare class DateTimePickerWithoutContext extends React_2.Component<Date
2528
2359
  /**
2529
2360
  * Gets the DateInput component inside the DateTimePicker component.
2530
2361
  */
2531
- get dateInput(): DateInput | null;
2362
+ get dateInput(): DateInputHandle | null;
2532
2363
  /**
2533
2364
  * Gets the value of the DateTimePicker.
2534
2365
  */
@@ -3750,7 +3581,7 @@ export declare interface TimePickerHandle extends Pick<TimePickerWithoutContext,
3750
3581
  /**
3751
3582
  * Gets the DateInput component inside the TimePicker component.
3752
3583
  */
3753
- dateInput: DateInput | null;
3584
+ dateInput: DateInputHandle | null;
3754
3585
  /**
3755
3586
  * Returns the HTML element of the TimePicker component.
3756
3587
  */
@@ -4142,7 +3973,7 @@ export declare class TimePickerWithoutContext extends React_2.Component<TimePick
4142
3973
  /**
4143
3974
  * Gets the DateInput component inside the TimePicker component.
4144
3975
  */
4145
- get dateInput(): DateInput | null;
3976
+ get dateInput(): DateInputHandle | null;
4146
3977
  /**
4147
3978
  * Gets the TimeSelector component inside the TimePicker component.
4148
3979
  */